Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/ext4/
H A Dinodes.rst248 - File can only be appended (EXT4_APPEND_FL).
/openbmc/linux/fs/ext4/
H A Dext4.h474 #define EXT4_APPEND_FL 0x00000020 /* writes to file may only append */ macro
509 EXT4_APPEND_FL | \
H A Dinode.c4605 if (flags & EXT4_APPEND_FL) in ext4_set_inode_flags()
5614 if (flags & EXT4_APPEND_FL) in ext4_getattr()