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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Ditree_common.c302 int first_whole; local
314 first_whole = 0;
318 first_whole = offsets[0] + 1 - DIRECT;
337 while (first_whole < DEPTH-1) {
338 nr = idata[DIRECT+first_whole];
340 idata[DIRECT+first_whole] = 0;
342 free_branches(inode, &nr, &nr+1, first_whole+1);
344 first_whole++;

Completed in 55 milliseconds