Lines Matching defs:nfs_inode
118 struct nfs_inode { struct
122 __u64 fileid;
127 struct nfs_fh fh;
132 unsigned long flags; /* atomic bit ops */
133 unsigned long cache_validity; /* bit mask */
149 unsigned long read_cache_jiffies;
150 unsigned long attrtimeo;
151 unsigned long attrtimeo_timestamp;
153 unsigned long attr_gencount;
158 unsigned long cache_change_attribute;
160 struct rb_root access_cache;
161 struct list_head access_cache_entry_lru;
162 struct list_head access_cache_inode_lru;
164 struct posix_acl *acl_access;
165 struct posix_acl *acl_default;
172 __be32 cookieverf[2];
177 struct radix_tree_root nfs_page_tree;
179 unsigned long npages;
180 unsigned long ncommit;
183 struct list_head open_files;
186 atomic_t silly_count;
188 struct hlist_head silly_list;
189 wait_queue_head_t waitqueue;
192 struct nfs4_cached_acl *nfs4_acl;
194 struct list_head open_states;
195 struct nfs_delegation __rcu *delegation;
196 fmode_t delegation_state;
197 struct rw_semaphore rwsem;
200 struct pnfs_layout_hdr *layout;
201 atomic_t commits_outstanding;
204 struct fscache_cookie *fscache;
206 struct inode vfs_inode;