Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c1010 int flag = (type == DIR_INODE) ? FI_DIRTY_DIR : FI_DIRTY_FILE; in __add_dirty_inode()
1022 int flag = (type == DIR_INODE) ? FI_DIRTY_DIR : FI_DIRTY_FILE; in __remove_dirty_inode()
H A Df2fs.h769 FI_DIRTY_DIR, /* indicate directory has dirty pages */ enumerator