Searched refs:nfs_access_entry (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Ddir.c1708 static void nfs_access_free_entry(struct nfs_access_entry *entry)
1721 struct nfs_access_entry *cache;
1737 struct nfs_access_entry, lru);
1754 cache = list_entry(head.next, struct nfs_access_entry, lru);
1766 struct nfs_access_entry *entry;
1770 entry = rb_entry(n, struct nfs_access_entry, rb_node);
1783 nfs_access_free_entry(rb_entry(n, struct nfs_access_entry, rb_node));
1801 static struct nfs_access_entry *nfs_access_search_rbtree(struct inode *inode, struct rpc_cred *cred)
1804 struct nfs_access_entry *entry;
1807 entry = rb_entry(n, struct nfs_access_entry, rb_nod
[all...]
H A Dnfs3proc.c181 static int nfs3_proc_access(struct inode *inode, struct nfs_access_entry *entry)
H A Dnfs4proc.c65 static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry);
767 struct nfs_access_entry cache;
1625 static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
1669 static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs.h62 struct nfs_access_entry { struct
294 extern int nfs_access_get_cached(struct inode *, struct rpc_cred *, struct nfs_access_entry *);
295 extern void nfs_access_add_cache(struct inode *, struct nfs_access_entry *);
H A Dnfs_xdr.h762 struct nfs_access_entry;
784 int (*access) (struct inode *, struct nfs_access_entry *);

Completed in 111 milliseconds