Lines Matching defs:nfs_inode
106 struct nfs_inode { struct
110 __u64 fileid;
115 struct nfs_fh fh;
120 unsigned long flags; /* atomic bit ops */
121 unsigned long cache_validity; /* bit mask */
137 unsigned long read_cache_jiffies;
138 unsigned long attrtimeo;
139 unsigned long attrtimeo_timestamp;
141 unsigned long attr_gencount;
146 unsigned long cache_change_attribute;
148 struct rb_root access_cache;
149 struct list_head access_cache_entry_lru;
150 struct list_head access_cache_inode_lru;
156 __be32 cookieverf[2];
158 atomic_long_t nrequests;
159 struct nfs_mds_commit_info commit_info;
162 struct list_head open_files;
166 struct rw_semaphore rmdir_sem;
167 struct mutex commit_mutex;
170 struct nfs4_cached_acl *nfs4_acl;
172 struct list_head open_states;
173 struct nfs_delegation __rcu *delegation;
174 struct rw_semaphore rwsem;
177 struct pnfs_layout_hdr *layout;
180 __u64 write_io;
181 __u64 read_io;
183 struct fscache_cookie *fscache;
185 struct inode vfs_inode;