Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dnode.h45 HAS_LAST_FSYNC, /* has the latest node fsync mark? */ enumerator
108 set_nat_flag(ne, HAS_LAST_FSYNC, true); in nat_reset_flag()
H A Dnode.c395 if (e && get_nat_flag(e, HAS_LAST_FSYNC) && in f2fs_need_inode_block_update()
481 set_nat_flag(e, HAS_LAST_FSYNC, fsync_done); in set_node_addr()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds