Searched refs:truncate_nodes (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/f2fs/ |
D | node.c | 889 static int truncate_nodes(struct dnode_of_data *dn, unsigned int nofs, in truncate_nodes() function 935 ret = truncate_nodes(&rdn, child_nofs, 0, depth - 1); in truncate_nodes() 1096 err = truncate_nodes(&dn, nofs, offset[1], 2); in f2fs_truncate_inode_blocks() 1100 err = truncate_nodes(&dn, nofs, offset[1], 3); in f2fs_truncate_inode_blocks()
|