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

/systemd/src/basic/
H A Dbtrfs-util.c631 const struct btrfs_qgroup_limit_item *qli = BTRFS_IOCTL_SEARCH_HEADER_BODY(sh); local
633 if (le64toh(qli->flags) & BTRFS_QGROUP_LIMIT_MAX_RFER)
634 ret->referenced_max = le64toh(qli->max_rfer);
638 if (le64toh(qli->flags) & BTRFS_QGROUP_LIMIT_MAX_EXCL)
639 ret->exclusive_max = le64toh(qli->max_excl);
1385 const struct btrfs_qgroup_limit_item *qli = BTRFS_IOCTL_SEARCH_HEADER_BODY(sh); local
1404 .lim.max_rfer = le64toh(qli->max_rfer),
1405 .lim.max_excl = le64toh(qli->max_excl),
1406 .lim.rsv_rfer = le64toh(qli->rsv_rfer),
1407 .lim.rsv_excl = le64toh(qli
[all...]

Completed in 35 milliseconds