Lines Matching defs:no_expand
5839 handle_t *handle, int *no_expand)
5889 *no_expand = 1;
5904 int no_expand;
5923 if (ext4_write_trylock_xattr(inode, &no_expand) == 0)
5927 handle, &no_expand);
5928 ext4_write_unlock_xattr(inode, &no_expand);
5938 int no_expand;
5954 ext4_write_lock_xattr(inode, &no_expand);
5964 handle, &no_expand);
5971 ext4_write_unlock_xattr(inode, &no_expand);