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

/linux-master/fs/f2fs/
H A Dnode.c979 unsigned int child_nofs; local
1010 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1;
1014 child_nofs += NIDS_PER_BLOCK + 1;
1018 ret = truncate_nodes(&rdn, child_nofs, 0, depth - 1);
1022 child_nofs += ret;
1027 freed = child_nofs;

Completed in 113 milliseconds