Searched refs:ext4_should_retry_alloc (Results 1 – 7 of 7) sorted by relevance
/fs/ext4/ |
D | acl.c | 407 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_acl_chmod() 513 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set_acl()
|
D | namei.c | 1750 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create() 1785 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod() 1858 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir() 2251 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_symlink() 2295 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_link()
|
D | balloc.c | 610 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
|
D | ext4.h | 1024 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
|
D | inode.c | 1404 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin() 1575 if (ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_da_reserve_space() 2701 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
|
D | xattr.c | 1084 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set()
|
D | extents.c | 3074 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_fallocate()
|