Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dioctl.c1055 unsigned int flush_flags = 0; in ext4_ioctl_checkpoint() local
1082 flush_flags |= JBD2_JOURNAL_FLUSH_DISCARD; in ext4_ioctl_checkpoint()
1085 flush_flags |= JBD2_JOURNAL_FLUSH_ZEROOUT; in ext4_ioctl_checkpoint()
1090 err = jbd2_journal_flush(EXT4_SB(sb)->s_journal, flush_flags); in ext4_ioctl_checkpoint()