Home
last modified time | relevance | path

Searched refs:nfs_lookup (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Ddir.c1988 struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, unsigned int flags) in nfs_lookup() function
2052 EXPORT_SYMBOL_GPL(nfs_lookup);
2227 res = nfs_lookup(dir, dentry, lookup_flags); in nfs_atomic_open()
2343 res = nfs_lookup(dir, dentry, 0); in nfs_atomic_open_v23()
H A Dinternal.h397 struct dentry *nfs_lookup(struct inode *, struct dentry *, unsigned int);
H A Dnfs4proc.c10709 .lookup = nfs_lookup,