Home
last modified time | relevance | path

Searched refs:free_from (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/f2fs/
Dfile.c599 pgoff_t free_from; in f2fs_truncate_blocks() local
606 free_from = (pgoff_t)F2FS_BLK_ALIGN(from); in f2fs_truncate_blocks()
608 if (free_from >= sbi->max_file_blocks) in f2fs_truncate_blocks()
628 err = f2fs_get_dnode_of_data(&dn, free_from, LOOKUP_NODE_RA); in f2fs_truncate_blocks()
642 free_from += count; in f2fs_truncate_blocks()
647 err = f2fs_truncate_inode_blocks(inode, free_from); in f2fs_truncate_blocks()