Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush_leaktool.sh6 freelist=`grep 'free 0x' "$output" | cut -d' ' -f2 | sort | uniq | xargs`
12 for freed in $freelist; do
/busybox-1.35.0/util-linux/
Dfdisk_sgi.c133 static freeblocks freelist[17]; /* 16 partitions can produce 17 vacant slots */ variable
138 freelist[i].first = f; in setfreelist()
139 freelist[i].last = l; in setfreelist()
147 if (freelist[i].last == 0) in add2freelist()
167 if (freelist[i].first <= b && freelist[i].last >= b) in isinfreelist()
168 return freelist[i].last; in isinfreelist()
733 first = freelist[0].first; in sgi_add_partition()
734 last = freelist[0].last; in sgi_add_partition()