Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dfile.c88 if (ext4_test_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE)) { in ext4_release_file()
90 ext4_clear_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE); in ext4_release_file()
Dext4.h1574 EXT4_STATE_DA_ALLOC_CLOSE, /* Alloc DA blks on close */ enumerator
Dinode.c4550 ext4_set_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE); in ext4_truncate()