Searched refs:no_expand (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ext4/
H A Dinline.c397 int ret, size, no_expand; local
407 ext4_write_lock_xattr(inode, &no_expand);
414 ext4_write_unlock_xattr(inode, &no_expand);
544 int ret, needed_blocks, no_expand; local
583 ext4_write_lock_xattr(inode, &no_expand);
620 ext4_write_unlock_xattr(inode, &no_expand);
647 ext4_write_unlock_xattr(inode, &no_expand);
746 int no_expand; local
762 ext4_write_lock_xattr(inode, &no_expand);
779 ext4_write_unlock_xattr(inode, &no_expand);
1263 int ret, ret2, inline_size, no_expand; local
1712 int err, inline_size, no_expand; local
1854 int ret, no_expand; local
1898 int inline_size, value_len, needed_blocks, no_expand, err = 0; local
2004 int error, needed_blocks, no_expand; local
[all...]
H A Dinode.c5745 handle_t *handle, int *no_expand)
5795 *no_expand = 1;
5810 int no_expand; local
5829 if (ext4_write_trylock_xattr(inode, &no_expand) == 0)
5833 handle, &no_expand);
5834 ext4_write_unlock_xattr(inode, &no_expand);
5844 int no_expand; local
5860 ext4_write_lock_xattr(inode, &no_expand);
5871 handle, &no_expand);
5878 ext4_write_unlock_xattr(inode, &no_expand);
5742 __ext4_expand_extra_isize(struct inode *inode, unsigned int new_extra_isize, struct ext4_iloc *iloc, handle_t *handle, int *no_expand) argument
[all...]
H A Dxattr.c2350 int no_expand; local
2358 ext4_write_lock_xattr(inode, &no_expand);
2466 no_expand = 0;
2481 ext4_write_unlock_xattr(inode, &no_expand);

Completed in 141 milliseconds