Symbol: ext4_should_retry_alloc
fs/ext4/acl.c
267
if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
fs/ext4/crypto.c
219
if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
fs/ext4/ext4.h
2804
extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
fs/ext4/extents.c
4683
if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
fs/ext4/file.c
768
ext4_should_retry_alloc(sb, &retries))
fs/ext4/inline.c
669
if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
fs/ext4/inline.c
733
ext4_should_retry_alloc(inode->i_sb, &retries))
fs/ext4/inode.c
1406
ext4_should_retry_alloc(inode->i_sb, &retries)))
fs/ext4/inode.c
3170
ext4_should_retry_alloc(inode->i_sb, &retries))
fs/ext4/inode.c
3735
if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
fs/ext4/inode.c
6685
ext4_should_retry_alloc(inode->i_sb, &retries));
fs/ext4/inode.c
6726
(err == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)))
fs/ext4/move_extent.c
634
ext4_should_retry_alloc(sb, &retries))
fs/ext4/namei.c
2836
if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
fs/ext4/namei.c
2870
if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
fs/ext4/namei.c
2907
if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
fs/ext4/namei.c
3048
if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
fs/ext4/namei.c
3441
if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
fs/ext4/namei.c
3481
if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
fs/ext4/namei.c
3769
ext4_should_retry_alloc(ent->dir->i_sb, &retries))
fs/ext4/super.c
7394
ext4_should_retry_alloc(inode->i_sb, &retries));
fs/ext4/xattr.c
1407
ext4_should_retry_alloc(ea_inode->i_sb, &retries)) {
fs/ext4/xattr.c
2565
ext4_should_retry_alloc(sb, &retries))