Searched refs:subvol (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | btrfs_inode.h | 296 /* type == BTRFS_ROOT_ITEM_KEY: subvol dir */ in btrfs_ino() 445 bool subvol; member
|
H A D | ioctl.c | 600 .subvol = true, in create_subvol() 1248 const char *name, unsigned long fd, int subvol, in __btrfs_ioctl_snap_create() 1274 if (subvol) { in __btrfs_ioctl_snap_create() 1301 * permission on a lower directory but not the subvol in __btrfs_ioctl_snap_create() 1320 void __user *arg, int subvol) in btrfs_ioctl_snap_create() 1334 vol_args->name, vol_args->fd, subvol, in btrfs_ioctl_snap_create() 1342 void __user *arg, int subvol) in btrfs_ioctl_snap_create_v2() 1394 vol_args->name, vol_args->fd, subvol, in btrfs_ioctl_snap_create_v2() 2510 * subvol root, and when rmdir(2) would have been in btrfs_ioctl_snap_destroy() 2513 * Note that this is _not_ check that the subvol i in btrfs_ioctl_snap_destroy() 1246 __btrfs_ioctl_snap_create(struct file *file, struct mnt_idmap *idmap, const char *name, unsigned long fd, int subvol, bool readonly, struct btrfs_qgroup_inherit *inherit) __btrfs_ioctl_snap_create() argument 1319 btrfs_ioctl_snap_create(struct file *file, void __user *arg, int subvol) btrfs_ioctl_snap_create() argument 1341 btrfs_ioctl_snap_create_v2(struct file *file, void __user *arg, int subvol) btrfs_ioctl_snap_create_v2() argument [all...] |
H A D | inode.c | 4285 * we could have renamed the real subvol link into our snapshot, so in btrfs_unlink_subvol() 4352 /* Make sure this root isn't set as the default subvol */ in may_destroy_subvol() 6202 if (!args->subvol) in btrfs_create_new_inode() 6234 if (!args->subvol) in btrfs_create_new_inode() 6280 if (args->subvol) { in btrfs_create_new_inode() 6318 if (args->subvol) { in btrfs_create_new_inode() 6341 if (args->subvol) { in btrfs_create_new_inode() 6370 if (!args->subvol) { in btrfs_create_new_inode() 8606 /* the snap/subvol tree is on deleting */ in btrfs_drop_inode()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ioctl.c | 1826 const char *name, unsigned long fd, int subvol, in __btrfs_ioctl_snap_create() 1852 if (subvol) { in __btrfs_ioctl_snap_create() 1879 * permission on a lower directory but not the subvol in __btrfs_ioctl_snap_create() 1897 void __user *arg, int subvol) in btrfs_ioctl_snap_create() 1911 subvol, false, NULL); in btrfs_ioctl_snap_create() 1918 void __user *arg, int subvol) in btrfs_ioctl_snap_create_v2() 1970 subvol, readonly, inherit); in btrfs_ioctl_snap_create_v2() 3084 * subvol root, and when rmdir(2) would have been in btrfs_ioctl_snap_destroy() 3087 * Note that this is _not_ check that the subvol is in btrfs_ioctl_snap_destroy() 3102 * of the subvol, no in btrfs_ioctl_snap_destroy() 1825 __btrfs_ioctl_snap_create(struct file *file, const char *name, unsigned long fd, int subvol, bool readonly, struct btrfs_qgroup_inherit *inherit) __btrfs_ioctl_snap_create() argument 1896 btrfs_ioctl_snap_create(struct file *file, void __user *arg, int subvol) btrfs_ioctl_snap_create() argument 1917 btrfs_ioctl_snap_create_v2(struct file *file, void __user *arg, int subvol) btrfs_ioctl_snap_create_v2() argument [all...] |
Completed in 22 milliseconds