Home
last modified time | relevance | path

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

/fs/minix/
Ditree_common.c302 int first_whole; in truncate() local
314 first_whole = 0; in truncate()
318 first_whole = offsets[0] + 1 - DIRECT; in truncate()
337 while (first_whole < DEPTH-1) { in truncate()
338 nr = idata[DIRECT+first_whole]; in truncate()
340 idata[DIRECT+first_whole] = 0; in truncate()
342 free_branches(inode, &nr, &nr+1, first_whole+1); in truncate()
344 first_whole++; in truncate()