Searched refs:indirect_block (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/ufs/
H A Dtruncate.c178 u64 tmp, indirect_block, i, frag_to_free; local
207 indirect_block = (DIRECT_BLOCK > offset) ? (DIRECT_BLOCK - offset) : 0;
208 for (i = indirect_block; i < uspi->s_apb; i++) {

Completed in 55 milliseconds