Searched refs:ubh_cg_blktot (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/ufs/ |
D | balloc.c | 112 fs32_add(sb, &ubh_cg_blktot(ucpi, cylno), 1); in ufs_free_fragments() 202 fs32_add(sb, &ubh_cg_blktot(ucpi, cylno), 1); in ufs_free_blocks() 748 fs32_sub(sb, &ubh_cg_blktot(ucpi, cylno), 1); in ufs_alloccg_block()
|
D | util.h | 358 #define ubh_cg_blktot(ucpi,cylno) \ macro
|