Searched refs:subvolid (Results 1 – 4 of 4) sorted by relevance
260 u8 *uuid, u8 type, u64 subvolid) in btrfs_check_uuid_tree_entry() argument269 subvol_root = btrfs_get_fs_root(fs_info, subvolid, true); in btrfs_check_uuid_tree_entry()
917 u64 subvolid; in btrfs_parse_subvol_options() local947 error = match_u64(&args[0], &subvolid); in btrfs_parse_subvol_options()952 if (subvolid == 0) in btrfs_parse_subvol_options()953 subvolid = BTRFS_FS_TREE_OBJECTID; in btrfs_parse_subvol_options()955 *subvol_objectid = subvolid; in btrfs_parse_subvol_options()
2382 if (vol_args2->subvolid < BTRFS_FIRST_FREE_OBJECTID) { in btrfs_ioctl_snap_destroy()2393 vol_args2->subvolid, 0); in btrfs_ioctl_snap_destroy()2444 fs_info, vol_args2->subvolid); in btrfs_ioctl_snap_destroy()
148 __u64 subvolid; member