Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dnode.c902 unsigned int child_nofs; in truncate_nodes() local
933 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes()
937 child_nofs += NIDS_PER_BLOCK + 1; in truncate_nodes()
941 ret = truncate_nodes(&rdn, child_nofs, 0, depth - 1); in truncate_nodes()
945 child_nofs += ret; in truncate_nodes()
950 freed = child_nofs; in truncate_nodes()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnode.c979 unsigned int child_nofs; in truncate_nodes() local
1010 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes()
1014 child_nofs += NIDS_PER_BLOCK + 1; in truncate_nodes()
1018 ret = truncate_nodes(&rdn, child_nofs, 0, depth - 1); in truncate_nodes()
1022 child_nofs += ret; in truncate_nodes()
1027 freed = child_nofs; in truncate_nodes()

Completed in 8 milliseconds