Searched refs:mount_subtree (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4super.c | 206 dentry = mount_subtree(root_mnt, export_path); in do_nfs4_mount()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4super.c | 206 dentry = mount_subtree(root_mnt, export_path); in do_nfs4_mount()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 3402 struct dentry *mount_subtree(struct vfsmount *m, const char *name) in mount_subtree() function 3437 EXPORT_SYMBOL(mount_subtree); variable
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 3835 struct dentry *mount_subtree(struct vfsmount *m, const char *name) in mount_subtree() function 3870 EXPORT_SYMBOL(mount_subtree); variable
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 1563 root = mount_subtree(mnt, subvol_name); in mount_subvol() 1564 /* mount_subtree() drops our reference on the vfsmount. */ in mount_subvol() 1719 * In order to allow mounting a subvolume directly, btrfs uses mount_subtree() 1733 * mount_subtree() in mount_subvol().
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | super.c | 1397 root = mount_subtree(mnt, subvol_name); in mount_subvol() 1398 /* mount_subtree() drops our reference on the vfsmount. */ in mount_subvol() 1552 * In order to allow mounting a subvolume directly, btrfs uses mount_subtree() 1566 * mount_subtree() in mount_subvol().
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 2336 extern struct dentry *mount_subtree(struct vfsmount *mnt, const char *path);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2401 extern struct dentry *mount_subtree(struct vfsmount *mnt, const char *path);
|
Completed in 29 milliseconds