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

/systemd/src/basic/
H A Dbtrfs-util.c683 uint64_t level, lowest = (uint64_t) -1, lowest_qgroupid = 0; local
725 if (lowest == (uint64_t) -1 || level < lowest) {
727 lowest = level;
731 if (lowest == (uint64_t) -1) {
752 * lowest level, that shares the id part with the specified
1876 * picked as one smaller than the lowest level qgroup the
1935 uint64_t lowest = 256, new_qgroupid; local
1939 /* Determine the lowest qgroup that the parent
1949 if (level < lowest)
[all...]

Completed in 16 milliseconds