Searched refs:HAS_LAST_FSYNC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.h | 45 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 D | node.c | 395 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 D | node.h | 50 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 D | node.c | 419 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