Lines Matching defs:nfs_inode
122 struct nfs_inode { struct
126 __u64 fileid;
131 struct nfs_fh fh;
136 unsigned long flags; /* atomic bit ops */
137 unsigned long cache_validity; /* bit mask */
153 unsigned long read_cache_jiffies;
154 unsigned long attrtimeo;
155 unsigned long attrtimeo_timestamp;
157 unsigned long attr_gencount;
159 struct rb_root access_cache;
160 struct list_head access_cache_entry_lru;
161 struct list_head access_cache_inode_lru;
163 union {
190 struct list_head open_files;
193 struct nfs4_cached_acl *nfs4_acl;
195 struct list_head open_states;
196 struct nfs_delegation __rcu *delegation;
197 struct rw_semaphore rwsem;
200 struct pnfs_layout_hdr *layout;
203 __u64 write_io;
204 __u64 read_io;
206 struct fscache_cookie *fscache;
208 struct inode vfs_inode;
211 struct nfs4_xattr_cache *xattr_cache;