Lines Matching defs:nfs_inode
108 struct nfs_inode { struct
112 __u64 fileid;
117 struct nfs_fh fh;
122 unsigned long flags; /* atomic bit ops */
123 unsigned long cache_validity; /* bit mask */
139 unsigned long read_cache_jiffies;
140 unsigned long attrtimeo;
141 unsigned long attrtimeo_timestamp;
143 unsigned long attr_gencount;
148 unsigned long cache_change_attribute;
150 struct rb_root access_cache;
151 struct list_head access_cache_entry_lru;
152 struct list_head access_cache_inode_lru;
158 __be32 cookieverf[2];
160 atomic_long_t nrequests;
161 struct nfs_mds_commit_info commit_info;
164 struct list_head open_files;
168 struct rw_semaphore rmdir_sem;
169 struct mutex commit_mutex;
172 struct nfs4_cached_acl *nfs4_acl;
174 struct list_head open_states;
175 struct nfs_delegation __rcu *delegation;
176 struct rw_semaphore rwsem;
179 struct pnfs_layout_hdr *layout;
182 __u64 write_io;
183 __u64 read_io;
185 struct fscache_cookie *fscache;
187 struct inode vfs_inode;