Lines Matching defs:nfs_inode
121 struct nfs_inode { struct
125 __u64 fileid;
130 struct nfs_fh fh;
135 unsigned long flags; /* atomic bit ops */
136 unsigned long cache_validity; /* bit mask */
152 unsigned long read_cache_jiffies;
153 unsigned long attrtimeo;
154 unsigned long attrtimeo_timestamp;
156 unsigned long attr_gencount;
161 unsigned long cache_change_attribute;
163 struct rb_root access_cache;
164 struct list_head access_cache_entry_lru;
165 struct list_head access_cache_inode_lru;
171 __be32 cookieverf[NFS_DIR_VERIFIER_SIZE];
173 atomic_long_t nrequests;
174 struct nfs_mds_commit_info commit_info;
177 struct list_head open_files;
181 struct rw_semaphore rmdir_sem;
182 struct mutex commit_mutex;
185 unsigned long page_index;
188 struct nfs4_cached_acl *nfs4_acl;
190 struct list_head open_states;
191 struct nfs_delegation __rcu *delegation;
192 struct rw_semaphore rwsem;
195 struct pnfs_layout_hdr *layout;
198 __u64 write_io;
199 __u64 read_io;
201 struct fscache_cookie *fscache;
203 struct inode vfs_inode;
206 struct nfs4_xattr_cache *xattr_cache;