Lines Matching defs:nfs_inode
123 struct nfs_inode { struct
127 __u64 fileid;
132 struct nfs_fh fh;
137 unsigned long flags; /* atomic bit ops */
138 unsigned long cache_validity; /* bit mask */
154 unsigned long read_cache_jiffies;
155 unsigned long attrtimeo;
156 unsigned long attrtimeo_timestamp;
158 unsigned long attr_gencount;
160 struct rb_root access_cache;
161 struct list_head access_cache_entry_lru;
162 struct list_head access_cache_inode_lru;
164 union {
191 struct list_head open_files;
194 struct nfs4_cached_acl *nfs4_acl;
196 struct list_head open_states;
197 struct nfs_delegation __rcu *delegation;
198 struct rw_semaphore rwsem;
201 struct pnfs_layout_hdr *layout;
204 __u64 write_io;
205 __u64 read_io;
207 struct fscache_cookie *fscache;
209 struct inode vfs_inode;
212 struct nfs4_xattr_cache *xattr_cache;