Lines Matching defs:nfs_inode
114 struct nfs_inode { struct
118 __u64 fileid;
123 struct nfs_fh fh;
128 unsigned long flags; /* atomic bit ops */
129 unsigned long cache_validity; /* bit mask */
145 unsigned long read_cache_jiffies;
146 unsigned long attrtimeo;
147 unsigned long attrtimeo_timestamp;
149 unsigned long attr_gencount;
154 unsigned long cache_change_attribute;
156 struct rb_root access_cache;
157 struct list_head access_cache_entry_lru;
158 struct list_head access_cache_inode_lru;
164 __be32 cookieverf[2];
166 unsigned long nrequests;
167 struct nfs_mds_commit_info commit_info;
170 struct list_head open_files;
173 atomic_t silly_count;
175 struct hlist_head silly_list;
176 wait_queue_head_t waitqueue;
179 struct nfs4_cached_acl *nfs4_acl;
181 struct list_head open_states;
182 struct nfs_delegation __rcu *delegation;
183 struct rw_semaphore rwsem;
186 struct pnfs_layout_hdr *layout;
189 __u64 write_io;
190 __u64 read_io;
192 struct fscache_cookie *fscache;
194 struct inode vfs_inode;