Home
last modified time | relevance | path

Searched refs:nalloc (Results 1 – 2 of 2) sorted by relevance

/fs/gfs2/
A Dquota.c904 unsigned int nalloc = 0, blocks; in do_sync() local
931 nalloc++; in do_sync()
945 reserved = 1 + (nalloc * (data_blocks + ind_blocks)); in do_sync()
951 if (nalloc) in do_sync()
952 blocks += gfs2_rg_blocks(ip, reserved) + nalloc * ind_blocks + RES_STATFS; in do_sync()
/fs/f2fs/
A Drecovery.c51 s64 nalloc = percpu_counter_sum_positive(&sbi->alloc_valid_block_count); in f2fs_space_for_roll_forward() local
53 if (sbi->last_valid_block_count + nalloc > sbi->user_block_count) in f2fs_space_for_roll_forward()

Completed in 9 milliseconds