Lines Matching defs:nfs_inode
110 struct nfs_inode { struct
114 __u64 fileid;
119 struct nfs_fh fh;
124 unsigned long flags; /* atomic bit ops */
125 unsigned long cache_validity; /* bit mask */
141 unsigned long read_cache_jiffies;
142 unsigned long attrtimeo;
143 unsigned long attrtimeo_timestamp;
145 unsigned long attr_gencount;
150 unsigned long cache_change_attribute;
152 struct rb_root access_cache;
153 struct list_head access_cache_entry_lru;
154 struct list_head access_cache_inode_lru;
160 __be32 cookieverf[2];
162 atomic_long_t nrequests;
163 struct nfs_mds_commit_info commit_info;
166 struct list_head open_files;
170 struct rw_semaphore rmdir_sem;
171 struct mutex commit_mutex;
174 unsigned long page_index;
177 struct nfs4_cached_acl *nfs4_acl;
179 struct list_head open_states;
180 struct nfs_delegation __rcu *delegation;
181 struct rw_semaphore rwsem;
184 struct pnfs_layout_hdr *layout;
187 __u64 write_io;
188 __u64 read_io;
190 struct fscache_cookie *fscache;
192 struct inode vfs_inode;
195 struct nfs4_xattr_cache *xattr_cache;