Searched refs:node_blks (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | debug.c | 430 seq_printf(s, " - node blocks : %d (%d)\n", si->node_blks, in stat_show()
|
H A D | f2fs.h | 3597 int tot_blks, data_blks, node_blks; member 3738 si->node_blks += (blks); \
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | debug.c | 551 seq_printf(s, " - node blocks : %d (%d)\n", si->node_blks, in stat_show()
|
H A D | f2fs.h | 3940 int tot_blks, data_blks, node_blks; member 4070 si->node_blks += (blks); \
|
Completed in 26 milliseconds