Searched refs:mount_subvol (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 1078 * The value is later passed to mount_subvol() 1538 static struct dentry *mount_subvol(const char *subvol_name, u64 subvol_objectid, in mount_subvol() function 1724 * 1. Parse subvol id related options for later use in mount_subvol(). 1733 * mount_subtree() in mount_subvol(). 1735 * 3. Call mount_subvol() to get the dentry of subvolume. Since there is 1736 * "btrfs subvolume set-default", mount_subvol() is called always. 1786 /* mount_subvol() will free subvol_name and mnt_root */ in btrfs_mount() 1787 root = mount_subvol(subvol_name, subvol_objectid, mnt_root); in btrfs_mount()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | super.c | 912 * The value is later passed to mount_subvol() 1372 static struct dentry *mount_subvol(const char *subvol_name, u64 subvol_objectid, in mount_subvol() function 1557 * 1. Parse subvol id related options for later use in mount_subvol(). 1566 * mount_subtree() in mount_subvol(). 1568 * 3. Call mount_subvol() to get the dentry of subvolume. Since there is 1569 * "btrfs subvolume set-default", mount_subvol() is called always. 1619 /* mount_subvol() will free subvol_name and mnt_root */ in btrfs_mount() 1620 root = mount_subvol(subvol_name, subvol_objectid, mnt_root); in btrfs_mount()
|
Completed in 5 milliseconds