Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dnode.c960 unsigned int child_nofs; in truncate_nodes() local
991 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes()
995 child_nofs += NIDS_PER_BLOCK + 1; in truncate_nodes()
999 ret = truncate_nodes(&rdn, child_nofs, 0, depth - 1); in truncate_nodes()
1003 child_nofs += ret; in truncate_nodes()
1008 freed = child_nofs; in truncate_nodes()