Home
last modified time | relevance | path

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

/linux/include/linux/
H A Df2fs_fs.h267 #define ADDRS_PER_BLOCK(inode) addrs_per_page(inode, false) macro
/linux/fs/f2fs/
H A Dnode.c673 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()
H A Dgc.c1134 return bidx * ADDRS_PER_BLOCK(inode) + ADDRS_PER_INODE(inode); in f2fs_start_bidx_of_node()
H A Dsuper.c3645 leaf_count = ADDRS_PER_BLOCK(inode); in max_file_blocks()
H A Dsegment.c324 blen = min_t(pgoff_t, ADDRS_PER_BLOCK(cow_inode), len); in __f2fs_commit_atomic_write()