Lines Matching defs:nfs_inode
146 struct nfs_inode { struct
150 __u64 fileid;
155 struct nfs_fh fh;
160 unsigned long flags; /* atomic bit ops */
161 unsigned long cache_validity; /* bit mask */
177 unsigned long read_cache_jiffies;
178 unsigned long attrtimeo;
179 unsigned long attrtimeo_timestamp;
181 unsigned long attr_gencount;
183 struct rb_root access_cache;
184 struct list_head access_cache_entry_lru;
185 struct list_head access_cache_inode_lru;
187 union {
214 struct list_head open_files;
242 struct {
247 } *ooo;
250 struct nfs4_cached_acl *nfs4_acl;
252 struct list_head open_states;
253 struct nfs_delegation __rcu *delegation;
254 struct rw_semaphore rwsem;
257 struct pnfs_layout_hdr *layout;
260 __u64 write_io;
261 __u64 read_io;
263 struct nfs4_xattr_cache *xattr_cache;
265 union {