Searched refs:nfs4_get_rootfh (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4getroot.c | 13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh() function 25 dprintk("nfs4_get_rootfh: getroot error = %d\n", -ret); in nfs4_get_rootfh() 31 printk(KERN_ERR "nfs4_get_rootfh:" in nfs4_get_rootfh()
|
H A D | internal.h | 469 extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool);
|
H A D | nfs4client.c | 1063 error = nfs4_get_rootfh(server, mntfh, auth_probe); in nfs4_server_common_setup()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4getroot.c | 13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh() function 25 dprintk("nfs4_get_rootfh: getroot error = %d\n", -ret); in nfs4_get_rootfh() 31 printk(KERN_ERR "nfs4_get_rootfh:" in nfs4_get_rootfh()
|
H A D | internal.h | 489 extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool);
|
H A D | nfs4client.c | 1119 error = nfs4_get_rootfh(server, mntfh, auth_probe); in nfs4_server_common_setup()
|
Completed in 8 milliseconds