Home
last modified time | relevance | path

Searched refs:FI_DIRTY_FILE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Dcheckpoint.c1026 int flag = (type == DIR_INODE) ? FI_DIRTY_DIR : FI_DIRTY_FILE; in __add_dirty_inode()
1038 int flag = (type == DIR_INODE) ? FI_DIRTY_DIR : FI_DIRTY_FILE; in __remove_dirty_inode()
H A Df2fs.h790 FI_DIRTY_FILE, /* indicate regular/symlink has dirty pages */ enumerator