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

/linux-master/include/linux/
H A Dnfs_fs.h60 struct nfs_access_entry { struct
425 extern void nfs_access_add_cache(struct inode *, struct nfs_access_entry *, const struct cred *);
426 extern void nfs_access_set_mask(struct nfs_access_entry *, u32);
H A Dnfs_xdr.h1728 struct nfs_access_entry;
1760 int (*access) (struct inode *, struct nfs_access_entry *, const struct cred *);
/linux-master/fs/nfs/
H A Ddir.c2774 static void nfs_access_free_entry(struct nfs_access_entry *entry)
2785 struct nfs_access_entry *cache;
2788 cache = list_entry(head->next, struct nfs_access_entry, lru);
2799 struct nfs_access_entry *cache;
2813 struct nfs_access_entry, lru);
2872 struct nfs_access_entry *entry;
2876 entry = rb_entry(n, struct nfs_access_entry, rb_node);
2902 static int access_cmp(const struct cred *a, const struct nfs_access_entry *b)
2939 static struct nfs_access_entry *nfs_access_search_rbtree(struct inode *inode, const struct cred *cred)
2944 struct nfs_access_entry *entr
[all...]
H A Dnfs3proc.c224 static int nfs3_proc_access(struct inode *inode, struct nfs_access_entry *entry,
H A Dnfs4proc.c2662 struct nfs_access_entry cache;
4601 static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry,
4636 static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry,

Completed in 225 milliseconds