Home
last modified time | relevance | path

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

/Linux-v4.19/fs/minix/
Ditree_common.c303 int first_whole; in truncate() local
315 first_whole = 0; in truncate()
319 first_whole = offsets[0] + 1 - DIRECT; in truncate()
338 while (first_whole < DEPTH-1) { in truncate()
339 nr = idata[DIRECT+first_whole]; in truncate()
341 idata[DIRECT+first_whole] = 0; in truncate()
343 free_branches(inode, &nr, &nr+1, first_whole+1); in truncate()
345 first_whole++; in truncate()