Lines Matching defs:no_expand
5771 handle_t *handle, int *no_expand)
5821 *no_expand = 1;
5836 int no_expand;
5855 if (ext4_write_trylock_xattr(inode, &no_expand) == 0)
5859 handle, &no_expand);
5860 ext4_write_unlock_xattr(inode, &no_expand);
5870 int no_expand;
5886 ext4_write_lock_xattr(inode, &no_expand);
5897 handle, &no_expand);
5904 ext4_write_unlock_xattr(inode, &no_expand);