Home
last modified time | relevance | path

Searched refs:F2FS_DIRTY_QDATA (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/f2fs/
H A Df2fs.h1118 F2FS_DIRTY_QDATA, enumerator
2546 count_type == F2FS_DIRTY_QDATA || in inc_page_count()
2557 inc_page_count(F2FS_I_SB(inode), F2FS_DIRTY_QDATA); in inode_inc_dirty_pages()
2575 dec_page_count(F2FS_I_SB(inode), F2FS_DIRTY_QDATA); in inode_dec_dirty_pages()
H A Ddebug.c163 si->ndirty_qdata = get_pages(sbi, F2FS_DIRTY_QDATA); in update_general_status()
H A Dcheckpoint.c1206 } else if (get_pages(sbi, F2FS_DIRTY_QDATA)) { in __need_flush_quota()
H A Dsegment.c464 unsigned int qdata = get_pages(sbi, F2FS_DIRTY_QDATA); in excess_dirty_threshold()