Lines Matching refs:nofs
983 static int truncate_nodes(struct dnode_of_data *dn, unsigned int nofs, in truncate_nodes() argument
1021 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes()
1130 unsigned int nofs = 0; in f2fs_truncate_inode_blocks() local
1163 nofs = noffset[1]; in f2fs_truncate_inode_blocks()
1166 nofs = noffset[1]; in f2fs_truncate_inode_blocks()
1172 nofs += 1 + NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks()
1175 nofs = 5 + 2 * NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks()
1197 err = truncate_nodes(&dn, nofs, offset[1], 2); in f2fs_truncate_inode_blocks()
1201 err = truncate_nodes(&dn, nofs, offset[1], 3); in f2fs_truncate_inode_blocks()
1215 offset[1], nofs); in f2fs_truncate_inode_blocks()
1228 nofs += err; in f2fs_truncate_inode_blocks()