Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dxattr.h142 *save = ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_lock_xattr()
143 ext4_set_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_lock_xattr()
150 *save = ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_trylock_xattr()
151 ext4_set_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_trylock_xattr()
158 ext4_clear_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_unlock_xattr()
Dinode.c5897 if (ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND)) in ext4_try_to_expand_extra_isize()
5932 if (ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND)) { in ext4_expand_extra_isize()
Dext4.h1539 EXT4_STATE_NO_EXPAND, /* No space for expansion */ enumerator