Searched refs:ADDRS_PER_BLOCK (Results 1 – 5 of 5) sorted by relevance
267 #define ADDRS_PER_BLOCK(inode) addrs_per_page(inode, false) macro
673 const long direct_blks = ADDRS_PER_BLOCK(dn->inode); in f2fs_get_next_page_offset() 674 const long indirect_blks = ADDRS_PER_BLOCK(dn->inode) * NIDS_PER_BLOCK; in f2fs_get_next_page_offset() 675 unsigned int skipped_unit = ADDRS_PER_BLOCK(dn->inode); in f2fs_get_next_page_offset() 711 const long direct_blks = ADDRS_PER_BLOCK(inode); in get_node_path() 713 const long indirect_blks = ADDRS_PER_BLOCK(inode) * NIDS_PER_BLOCK; in get_node_path() 1010 f2fs_truncate_data_blocks_range(dn, ADDRS_PER_BLOCK(dn->inode)); in truncate_dnode()
1134 return bidx * ADDRS_PER_BLOCK(inode) + ADDRS_PER_INODE(inode); in f2fs_start_bidx_of_node()
3645 leaf_count = ADDRS_PER_BLOCK(inode); in max_file_blocks()
324 blen = min_t(pgoff_t, ADDRS_PER_BLOCK(cow_inode), len); in __f2fs_commit_atomic_write()