Lines Matching defs:nfs_inode
111 struct nfs_inode { struct
115 __u64 fileid;
120 struct nfs_fh fh;
125 unsigned long flags; /* atomic bit ops */
126 unsigned long cache_validity; /* bit mask */
142 unsigned long read_cache_jiffies;
143 unsigned long attrtimeo;
144 unsigned long attrtimeo_timestamp;
146 unsigned long attr_gencount;
151 unsigned long cache_change_attribute;
153 struct rb_root access_cache;
154 struct list_head access_cache_entry_lru;
155 struct list_head access_cache_inode_lru;
161 __be32 cookieverf[2];
163 atomic_long_t nrequests;
164 struct nfs_mds_commit_info commit_info;
167 struct list_head open_files;
171 struct rw_semaphore rmdir_sem;
172 struct mutex commit_mutex;
175 unsigned long page_index;
178 struct nfs4_cached_acl *nfs4_acl;
180 struct list_head open_states;
181 struct nfs_delegation __rcu *delegation;
182 struct rw_semaphore rwsem;
185 struct pnfs_layout_hdr *layout;
188 __u64 write_io;
189 __u64 read_io;
191 struct fscache_cookie *fscache;
193 struct inode vfs_inode;
196 struct nfs4_xattr_cache *xattr_cache;