Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Df2fs_fs.h200 #define ADDRS_PER_BLOCK 1018 /* Address Pointers in a Direct Block */ macro
204 (IS_INODE(page) ? ADDRS_PER_INODE(inode) : ADDRS_PER_BLOCK)
269 __le32 addr[ADDRS_PER_BLOCK]; /* array of data block address */
/linux-4.19.296/fs/f2fs/
Dnode.c604 const long direct_blks = ADDRS_PER_BLOCK; in f2fs_get_next_page_offset()
605 const long indirect_blks = ADDRS_PER_BLOCK * NIDS_PER_BLOCK; in f2fs_get_next_page_offset()
606 unsigned int skipped_unit = ADDRS_PER_BLOCK; in f2fs_get_next_page_offset()
640 const long direct_blks = ADDRS_PER_BLOCK; in get_node_path()
642 const long indirect_blks = ADDRS_PER_BLOCK * NIDS_PER_BLOCK; in get_node_path()
Dfile.c558 f2fs_truncate_data_blocks_range(dn, ADDRS_PER_BLOCK); in f2fs_truncate_data_blocks()
1000 done = min((pgoff_t)ADDRS_PER_BLOCK - dn.ofs_in_node, len); in __read_out_blkaddrs()
1151 olen = min((pgoff_t)4 * ADDRS_PER_BLOCK, len); in __exchange_data_block()
Dgc.c562 return bidx * ADDRS_PER_BLOCK + ADDRS_PER_INODE(inode); in f2fs_start_bidx_of_node()
Dsuper.c2063 loff_t leaf_count = ADDRS_PER_BLOCK; in max_file_blocks()