Searched refs:node_blocks (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/f2fs/
H A Dsegment.h560 unsigned int node_blocks, unsigned int dent_blocks)
571 if (node_blocks > left_blocks)
597 unsigned int node_blocks = total_node_blocks % CAP_BLKS_PER_SEC(sbi); local
604 (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0);
607 node_blocks, dent_blocks);
559 has_curseg_enough_space(struct f2fs_sb_info *sbi, unsigned int node_blocks, unsigned int dent_blocks) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c4898 unsigned long long node_blocks = 2; local
4905 while (node_blocks < blocks_left) {
4906 blocks_left -= node_blocks;
4907 node_blocks *= limits[1];

Completed in 240 milliseconds