Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dfile.c141 if (ext4_test_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE)) { in ext4_release_file()
143 ext4_clear_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE); in ext4_release_file()
Dioctl.c1241 if (ext4_test_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE)) in __ext4_ioctl()
Dext4.h1797 EXT4_STATE_DA_ALLOC_CLOSE, /* Alloc DA blks on close */ enumerator
Dinode.c4234 ext4_set_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE); in ext4_truncate()