Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbtrfs-util.c475 if (ioctl(fd, BTRFS_IOC_TREE_SEARCH, &args) < 0) in btrfs_subvol_get_info_fd()
569 if (ioctl(fd, BTRFS_IOC_TREE_SEARCH, &args) < 0) { in btrfs_qgroup_get_quota_fd()
1104 if (ioctl(fd, BTRFS_IOC_TREE_SEARCH, &args) < 0) in subvol_remove_children()
1236 if (ioctl(fd, BTRFS_IOC_TREE_SEARCH, &args) < 0) { in btrfs_qgroup_copy_limits()
1458 if (ioctl(old_fd, BTRFS_IOC_TREE_SEARCH, &args) < 0) in subvol_snapshot_children()
1716 if (ioctl(fd, BTRFS_IOC_TREE_SEARCH, &args) < 0) { in btrfs_qgroup_find_parents()
1957 if (ioctl(fd, BTRFS_IOC_TREE_SEARCH, &args) < 0) in btrfs_subvol_get_parent()
/systemd-251/src/basic/linux/
Dbtrfs.h920 #define BTRFS_IOC_TREE_SEARCH _IOWR(BTRFS_IOCTL_MAGIC, 17, \ macro