Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c1035 enum inode_type type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE; in f2fs_update_dirty_folio()
1042 if (type != FILE_INODE || test_opt(sbi, DATA_FLUSH)) in f2fs_update_dirty_folio()
1053 enum inode_type type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE; in f2fs_remove_dirty_inode()
1059 if (type == FILE_INODE && !test_opt(sbi, DATA_FLUSH)) in f2fs_remove_dirty_inode()
H A Ddebug.c102 si->ndirty_files = sbi->ndirty_inode[FILE_INODE]; in update_general_status()
H A Df2fs.h1260 FILE_INODE, /* for dirty regular/symlink inode */ enumerator
H A Dsegment.c521 f2fs_sync_dirty_inodes(sbi, FILE_INODE, false); in f2fs_balance_fs_bg()