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

/linux-master/fs/f2fs/
H A Dsegment.h594 unsigned int total_dent_blocks = get_pages(sbi, F2FS_DIRTY_DENTS); local
596 unsigned int dent_secs = total_dent_blocks / CAP_BLKS_PER_SEC(sbi);
598 unsigned int dent_blocks = total_dent_blocks % CAP_BLKS_PER_SEC(sbi);

Completed in 156 milliseconds