Home
last modified time | relevance | path

Searched refs:subvol_objectid (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dsuper.c1081 u64 *subvol_objectid) in btrfs_parse_subvol_options()
1124 *subvol_objectid = subvolid; in btrfs_parse_subvol_options()
1137 u64 subvol_objectid) in btrfs_get_subvol_name_from_objectid()
1169 while (subvol_objectid != BTRFS_FS_TREE_OBJECTID) { in btrfs_get_subvol_name_from_objectid()
1170 key.objectid = subvol_objectid; in btrfs_get_subvol_name_from_objectid()
1178 ret = btrfs_previous_item(root, path, subvol_objectid, in btrfs_get_subvol_name_from_objectid()
1189 subvol_objectid = key.offset; in btrfs_get_subvol_name_from_objectid()
1205 fs_root = btrfs_get_fs_root(fs_info, subvol_objectid, true); in btrfs_get_subvol_name_from_objectid()
1538 static struct dentry *mount_subvol(const char *subvol_name, u64 subvol_objectid, in mount_subvol() argument
1545 if (!subvol_objectid) { in mount_subvol()
1080 btrfs_parse_subvol_options(const char *options, char **subvol_name, u64 *subvol_objectid) btrfs_parse_subvol_options() argument
1136 btrfs_get_subvol_name_from_objectid(struct btrfs_fs_info *fs_info, u64 subvol_objectid) btrfs_get_subvol_name_from_objectid() argument
1744 u64 subvol_objectid = 0; btrfs_mount() local
[all...]
H A Dctree.h3136 u64 subvol_objectid);
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsuper.c915 u64 *subvol_objectid) in btrfs_parse_subvol_options()
958 *subvol_objectid = subvolid; in btrfs_parse_subvol_options()
971 u64 subvol_objectid) in btrfs_get_subvol_name_from_objectid()
1002 while (subvol_objectid != BTRFS_FS_TREE_OBJECTID) { in btrfs_get_subvol_name_from_objectid()
1003 key.objectid = subvol_objectid; in btrfs_get_subvol_name_from_objectid()
1015 subvol_objectid = key.offset; in btrfs_get_subvol_name_from_objectid()
1031 fs_root = btrfs_get_fs_root(fs_info, subvol_objectid, true); in btrfs_get_subvol_name_from_objectid()
1372 static struct dentry *mount_subvol(const char *subvol_name, u64 subvol_objectid, in mount_subvol() argument
1379 if (!subvol_objectid) { in mount_subvol()
1381 &subvol_objectid); in mount_subvol()
914 btrfs_parse_subvol_options(const char *options, char **subvol_name, u64 *subvol_objectid) btrfs_parse_subvol_options() argument
970 btrfs_get_subvol_name_from_objectid(struct btrfs_fs_info *fs_info, u64 subvol_objectid) btrfs_get_subvol_name_from_objectid() argument
1577 u64 subvol_objectid = 0; btrfs_mount() local
[all...]
H A Dsuper.h10 u64 subvol_objectid);

Completed in 13 milliseconds