Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dnode.h50 HAS_LAST_FSYNC, /* has the latest node fsync mark? */ enumerator
111 set_nat_flag(ne, HAS_LAST_FSYNC, true); in nat_reset_flag()
H A Dnode.c419 if (e && get_nat_flag(e, HAS_LAST_FSYNC) && in f2fs_need_inode_block_update()
510 set_nat_flag(e, HAS_LAST_FSYNC, fsync_done); in set_node_addr()