Searched refs:EXT4_STATE_DA_ALLOC_CLOSE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | file.c | 141 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()
|
H A D | ioctl.c | 1245 if (ext4_test_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE)) in __ext4_ioctl()
|
H A D | ext4.h | 1802 EXT4_STATE_DA_ALLOC_CLOSE, /* Alloc DA blks on close */ enumerator
|
H A D | inode.c | 4224 ext4_set_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE); in ext4_truncate()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | file.c | 168 if (ext4_test_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE)) { in ext4_release_file() 170 ext4_clear_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE); in ext4_release_file()
|
H A D | ioctl.c | 1569 if (ext4_test_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE)) in __ext4_ioctl()
|
H A D | ext4.h | 1893 EXT4_STATE_DA_ALLOC_CLOSE, /* Alloc DA blks on close */ enumerator
|
H A D | inode.c | 4124 ext4_set_inode_state(inode, EXT4_STATE_DA_ALLOC_CLOSE); in ext4_truncate()
|
Completed in 33 milliseconds