Lines Matching defs:nfs_inode
124 struct nfs_inode { struct
128 __u64 fileid;
133 struct nfs_fh fh;
138 unsigned long flags; /* atomic bit ops */
139 unsigned long cache_validity; /* bit mask */
155 unsigned long read_cache_jiffies;
156 unsigned long attrtimeo;
157 unsigned long attrtimeo_timestamp;
159 unsigned long attr_gencount;
161 struct rb_root access_cache;
162 struct list_head access_cache_entry_lru;
163 struct list_head access_cache_inode_lru;
165 union {
192 struct list_head open_files;
195 struct nfs4_cached_acl *nfs4_acl;
197 struct list_head open_states;
198 struct nfs_delegation __rcu *delegation;
199 struct rw_semaphore rwsem;
202 struct pnfs_layout_hdr *layout;
205 __u64 write_io;
206 __u64 read_io;
208 struct fscache_cookie *fscache;
210 struct inode vfs_inode;
213 struct nfs4_xattr_cache *xattr_cache;