Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dcheckpoint.c1036 enum inode_type type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE; in f2fs_update_dirty_folio()
1043 if (type != FILE_INODE || test_opt(sbi, DATA_FLUSH)) in f2fs_update_dirty_folio()
1054 enum inode_type type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE; in f2fs_remove_dirty_inode()
1060 if (type == FILE_INODE && !test_opt(sbi, DATA_FLUSH)) in f2fs_remove_dirty_inode()
H A Ddebug.c166 si->ndirty_files = sbi->ndirty_inode[FILE_INODE]; in update_general_status()
H A Df2fs.h1306 FILE_INODE, /* for dirty regular/symlink inode */ enumerator
H A Dsegment.c538 f2fs_sync_dirty_inodes(sbi, FILE_INODE, false); in f2fs_balance_fs_bg()