Searched refs:mnt_path (Results 1 – 6 of 6) sorted by relevance
/fs/nfs/ |
D | nfs4namespace.c | 103 char *mnt_path; in try_location() local 107 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE); in try_location() 108 if (IS_ERR(mnt_path)) in try_location() 110 mountdata->mnt_path = mnt_path; in try_location() 111 maxbuflen = mnt_path - 1 - page2; in try_location() 136 mountdata->mnt_path); in try_location()
|
D | internal.h | 24 char *mnt_path; member
|
D | client.c | 1303 error = nfs4_path_walk(server, mntfh, data->mnt_path); in nfs4_create_referral_server()
|
D | super.c | 2250 c = strndup_user(data->mnt_path.data, NFS4_MAXPATHLEN); in nfs4_validate_mount_data()
|
/fs/ |
D | namespace.c | 806 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsmnt() local 810 seq_path(m, &mnt_path, " \t\n\\"); in show_vfsmnt() 837 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_mountinfo() local 845 seq_path_root(m, &mnt_path, &root, " \t\n\\"); in show_mountinfo() 896 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsstat() local 908 seq_path(m, &mnt_path, " \t\n\\"); in show_vfsstat()
|
D | compat.c | 708 struct compat_nfs_string mnt_path; member 732 compat_nfs_string(&real->mnt_path, &raw->mnt_path); in do_nfs4_super_data_conv()
|