Home
last modified time | relevance | path

Searched refs:ext4_should_retry_alloc (Results 1 – 7 of 7) sorted by relevance

/fs/ext4/
Dacl.c407 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()
Dnamei.c1750 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()
Dballoc.c610 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
Dext4.h1024 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
Dinode.c1404 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()
Dxattr.c1084 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set()
Dextents.c3074 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_fallocate()