Searched defs:qgroup_create_or_destroy (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dbtrfs-util.c1023 static int qgroup_create_or_destroy(int fd, bool b, uint64_t qgroupid) { function
1060 return qgroup_create_or_destroy(fd, true, qgroupid);
1064 return qgroup_create_or_destroy(fd, false, qgroupid);

Completed in 17 milliseconds