Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Ddir.c1955 struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, unsigned int flags) in nfs_lookup() function
2017 EXPORT_SYMBOL_GPL(nfs_lookup);
2184 res = nfs_lookup(dir, dentry, lookup_flags); in nfs_atomic_open()
2295 struct dentry *res = nfs_lookup(dir, dentry, 0); in nfs_atomic_open_v23()
Dproc.c704 .lookup = nfs_lookup,
Dinternal.h398 struct dentry *nfs_lookup(struct inode *, struct dentry *, unsigned int);
Dnfs3proc.c997 .lookup = nfs_lookup,
Dnfs4proc.c10853 .lookup = nfs_lookup,