Lines Matching defs:nfs_inode
128 struct nfs_inode { struct
132 __u64 fileid;
137 struct nfs_fh fh;
142 unsigned long flags; /* atomic bit ops */
143 unsigned long cache_validity; /* bit mask */
159 unsigned long read_cache_jiffies;
160 unsigned long attrtimeo;
161 unsigned long attrtimeo_timestamp;
163 unsigned long attr_gencount;
165 struct rb_root access_cache;
166 struct list_head access_cache_entry_lru;
167 struct list_head access_cache_inode_lru;
169 union {
196 struct list_head open_files;
224 struct {
229 } *ooo;
232 struct nfs4_cached_acl *nfs4_acl;
234 struct list_head open_states;
235 struct nfs_delegation __rcu *delegation;
236 struct rw_semaphore rwsem;
239 struct pnfs_layout_hdr *layout;
242 __u64 write_io;
243 __u64 read_io;
245 struct nfs4_xattr_cache *xattr_cache;
247 union {