Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h1233 F2FS_DIRTY_QDATA, enumerator
2739 count_type == F2FS_DIRTY_QDATA || in inc_page_count()
2750 inc_page_count(F2FS_I_SB(inode), F2FS_DIRTY_QDATA); in inode_inc_dirty_pages()
2768 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.c1404 } else if (get_pages(sbi, F2FS_DIRTY_QDATA)) { in __need_flush_quota()
H A Dsegment.c475 unsigned int qdata = get_pages(sbi, F2FS_DIRTY_QDATA); in excess_dirty_threshold()