Searched refs:NFS_I (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Ddelegation.h50 if ((NFS_I(inode)->delegation_state & flags) == flags)
59 if (NFS_I(inode)->delegation != NULL)
H A Ddelegation.c62 struct nfs_inode *nfsi = NFS_I(inode);
93 struct nfs_delegation *delegation = NFS_I(inode)->delegation;
104 NFS_I(inode)->delegation_state = delegation->type;
114 struct nfs_inode *nfsi = NFS_I(inode);
176 struct nfs_inode *nfsi = NFS_I(inode);
310 struct nfs_inode *nfsi = NFS_I(inode);
376 if (nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) {
409 NFS_I(delegation->inode)->delegation = NULL;
410 NFS_I(delegation->inode)->delegation_state = 0;
423 struct nfs_inode *nfsi = NFS_I(inod
[all...]
H A Dinode.c87 BUG_ON(!list_empty(&NFS_I(inode)->open_files));
88 BUG_ON(atomic_read(&NFS_I(inode)->data_updates) != 0);
116 struct nfs_inode *nfsi = NFS_I(inode);
142 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_DATA;
155 NFS_I(inode)->cache_validity &= ~NFS_INO_INVALID_ACL;
241 struct nfs_inode *nfsi = NFS_I(inode);
381 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ACCESS|NFS_INO_INVALID_ACL;
405 struct nfs_inode *nfsi = NFS_I(inode);
419 struct nfs_inode *nfsi = NFS_I(inode);
429 int need_atime = NFS_I(inod
[all...]
H A Dcallback_proc.c32 nfsi = NFS_I(inode);
H A Dnfs3acl.c133 __nfs3_forget_cached_acls(NFS_I(inode));
139 struct nfs_inode *nfsi = NFS_I(inode);
169 struct nfs_inode *nfsi = NFS_I(inode);
174 __nfs3_forget_cached_acls(NFS_I(inode));
324 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ACCESS;
H A Dwrite.c128 spinlock_t *req_lock = &NFS_I(page->mapping->host)->req_lock;
257 struct nfs_inode *nfsi = NFS_I(page->mapping->host);
385 struct nfs_inode *nfsi = NFS_I(inode);
413 struct nfs_inode *nfsi = NFS_I(inode);
461 struct nfs_inode *nfsi = NFS_I(inode);
517 struct nfs_inode *nfsi = NFS_I(inode);
576 struct nfs_inode *nfsi = NFS_I(inode);
606 struct nfs_inode *nfsi = NFS_I(inode);
967 spinlock_t *req_lock = &NFS_I(page->mapping->host)->req_lock;
1258 struct nfs_inode *nfsi = NFS_I(inod
[all...]
H A Dpagelist.c117 struct nfs_inode *nfsi = NFS_I(req->wb_context->dentry->d_inode);
130 struct nfs_inode *nfsi = NFS_I(req->wb_context->dentry->d_inode);
H A Ddir.c204 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATIME;
494 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATIME;
659 || verf != NFS_I(dir)->cache_change_attribute)
867 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_DATA;
1763 struct nfs_inode *nfsi = NFS_I(inode);
1792 list_del_init(&NFS_I(inode)->access_cache_inode_lru);
1803 struct rb_node *n = NFS_I(inode)->access_cache.rb_node;
1821 struct nfs_inode *nfsi = NFS_I(inode);
1855 struct nfs_inode *nfsi = NFS_I(inode);
1906 list_add_tail(&NFS_I(inod
[all...]
H A Dnfs4proc.c207 struct nfs_inode *nfsi = NFS_I(dir);
370 struct nfs_inode *nfsi = NFS_I(state->inode);
441 struct nfs_inode *nfsi = NFS_I(newstate->inode);
467 struct nfs_delegation *delegation = NFS_I(state->inode)->delegation;
817 struct nfs_delegation *delegation = NFS_I(inode)->delegation;
878 struct nfs_inode *nfsi = NFS_I(inode);
896 delegation = NFS_I(inode)->delegation;
2349 if (!NFS_I(inode)->ncommit)
2488 struct nfs_inode *nfsi = NFS_I(inode);
2503 struct nfs_inode *nfsi = NFS_I(inod
[all...]
H A Dnfs4state.c262 struct nfs_inode *nfsi = NFS_I(inode);
287 struct nfs_inode *nfsi = NFS_I(inode);
H A Dfile.c146 struct nfs_inode *nfsi = NFS_I(inode);
H A Dread.c345 NFS_I(data->inode)->cache_validity |= NFS_INO_INVALID_ATIME;
H A Dnfs3proc.c788 if (NFS_I(data->inode)->ncommit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs.h199 static inline struct nfs_inode *NFS_I(struct inode *inode) function
205 #define NFS_FH(inode) (&NFS_I(inode)->fh)
209 #define NFS_COOKIEVERF(inode) (NFS_I(inode)->cookieverf)
210 #define NFS_READTIME(inode) (NFS_I(inode)->read_cache_jiffies)
211 #define NFS_CHANGE_ATTR(inode) (NFS_I(inode)->change_attr)
212 #define NFS_ATTRTIMEO(inode) (NFS_I(inode)->attrtimeo)
219 #define NFS_ATTRTIMEO_UPDATE(inode) (NFS_I(inode)->attrtimeo_timestamp)
221 #define NFS_FLAGS(inode) (NFS_I(inode)->flags)
224 #define NFS_FILEID(inode) (NFS_I(inode)->fileid)
228 return atomic_read(&NFS_I(inod
[all...]

Completed in 125 milliseconds