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

/linux-master/fs/nfs/
H A Dinternal.h396 struct dentry *nfs_lookup(struct inode *, struct dentry *, unsigned int);
H A Dnfs3proc.c990 .lookup = nfs_lookup,
H A Dproc.c697 .lookup = nfs_lookup,
H A Ddir.c1932 struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, unsigned int flags) function
1994 EXPORT_SYMBOL_GPL(nfs_lookup); variable
2161 res = nfs_lookup(dir, dentry, lookup_flags);
2265 /* The only flags nfs_lookup considers are
2269 struct dentry *res = nfs_lookup(dir, dentry, 0);
H A Dnfs4proc.c4306 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
10671 .lookup = nfs_lookup,

Completed in 323 milliseconds