Lines Matching refs:nofs
972 static int truncate_nodes(struct dnode_of_data *dn, unsigned int nofs, in truncate_nodes() argument
1010 child_nofs = nofs + ofs * (NIDS_PER_BLOCK + 1) + 1; in truncate_nodes()
1119 unsigned int nofs = 0; in f2fs_truncate_inode_blocks() local
1145 nofs = noffset[1]; in f2fs_truncate_inode_blocks()
1148 nofs = noffset[1]; in f2fs_truncate_inode_blocks()
1154 nofs += 1 + NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks()
1157 nofs = 5 + 2 * NIDS_PER_BLOCK; in f2fs_truncate_inode_blocks()
1179 err = truncate_nodes(&dn, nofs, offset[1], 2); in f2fs_truncate_inode_blocks()
1183 err = truncate_nodes(&dn, nofs, offset[1], 3); in f2fs_truncate_inode_blocks()
1197 offset[1], nofs); in f2fs_truncate_inode_blocks()
1213 nofs += err; in f2fs_truncate_inode_blocks()