Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dxattr.h158 *save = ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_lock_xattr()
159 ext4_set_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_lock_xattr()
166 *save = ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_trylock_xattr()
167 ext4_set_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_trylock_xattr()
174 ext4_clear_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_unlock_xattr()
H A Dinode.c6366 if (ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND)) in ext4_try_to_expand_extra_isize()
6400 if (ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND)) { in ext4_expand_extra_isize()
H A Dext4.h1967 EXT4_STATE_NO_EXPAND, /* No space for expansion */ enumerator