Home
last modified time | relevance | path

Searched refs:BTRFS_IOC_SNAP_CREATE_V2 (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/linux/
Dbtrfs.h931 #define BTRFS_IOC_SNAP_CREATE_V2 _IOW(BTRFS_IOCTL_MAGIC, 23, \ macro
/systemd-251/src/shared/
Dbtrfs-util.c1423 if (ioctl(new_fd, BTRFS_IOC_SNAP_CREATE_V2, &vol_args) < 0) in subvol_snapshot_children()