Searched refs:free_from (Results 1 – 1 of 1) sorted by relevance
597 pgoff_t free_from; in f2fs_truncate_blocks() local604 free_from = (pgoff_t)F2FS_BLK_ALIGN(from); in f2fs_truncate_blocks()606 if (free_from >= sbi->max_file_blocks) in f2fs_truncate_blocks()626 err = f2fs_get_dnode_of_data(&dn, free_from, LOOKUP_NODE_RA); in f2fs_truncate_blocks()640 free_from += count; in f2fs_truncate_blocks()645 err = f2fs_truncate_inode_blocks(inode, free_from); in f2fs_truncate_blocks()