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

/linux-master/fs/f2fs/
H A Dcheckpoint.c1050 enum inode_type type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE;
1057 if (type != FILE_INODE || test_opt(sbi, DATA_FLUSH))
1068 enum inode_type type = S_ISDIR(inode->i_mode) ? DIR_INODE : FILE_INODE;
1074 if (type == FILE_INODE && !test_opt(sbi, DATA_FLUSH))
H A Ddebug.c102 si->ndirty_files = sbi->ndirty_inode[FILE_INODE];
H A Df2fs.h1264 FILE_INODE, /* for dirty regular/symlink inode */ enumerator in enum:inode_type
H A Dsegment.c514 f2fs_sync_dirty_inodes(sbi, FILE_INODE, false);

Completed in 149 milliseconds