Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbtrfs-util.c878 static int qgroup_create_or_destroy(int fd, bool b, uint64_t qgroupid) { in qgroup_create_or_destroy() function
917 return qgroup_create_or_destroy(fd, true, qgroupid); in btrfs_qgroup_create()
921 return qgroup_create_or_destroy(fd, false, qgroupid); in btrfs_qgroup_destroy()