Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dext4.h66 #define EXT4_IOC_CHECKPOINT_FLAG_ZEROOUT 0x2 macro
69 EXT4_IOC_CHECKPOINT_FLAG_ZEROOUT | \
/openbmc/linux/Documentation/filesystems/ext4/
H A Djournal.rst757 EXT4_IOC_CHECKPOINT_FLAG_ZEROOUT. These flags cause the journal blocks to be
759 complete. EXT4_IOC_CHECKPOINT_FLAG_DISCARD and EXT4_IOC_CHECKPOINT_FLAG_ZEROOUT
/openbmc/linux/fs/ext4/
H A Dioctl.c1093 if (flags & EXT4_IOC_CHECKPOINT_FLAG_ZEROOUT) { in ext4_ioctl_checkpoint()