Home
last modified time | relevance | path

Searched refs:ext4_should_retry_alloc (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
H A Dcrypto.c218 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_context()
H A Dacl.c267 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
H A Dmove_extent.c410 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
H A Dnamei.c2850 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2884 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2921 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile()
3060 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3452 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_symlink()
3492 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in __ext4_link()
3775 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
H A Dballoc.c671 * ext4_should_retry_alloc() - check if a block allocation should be retried
675 * ext4_should_retry_alloc() is called when ENOSPC is returned while
681 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
H A Dfile.c747 ext4_should_retry_alloc(sb, &retries)) in ext4_dax_huge_fault()
H A Dinode.c1239 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
2918 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
3333 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_iomap_alloc()
6110 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
6186 if (err == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
H A Dinline.c636 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent()
925 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
H A Dxattr.c1405 ext4_should_retry_alloc(ea_inode->i_sb, &retries)) { in ext4_xattr_inode_write()
2562 ext4_should_retry_alloc(sb, &retries)) in ext4_xattr_set()
H A Dext4.h2715 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
H A Dextents.c4522 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_alloc_file_blocks()
H A Dsuper.c7230 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()
/kernel/linux/linux-5.10/fs/ext4/
H A Dacl.c262 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
H A Dmove_extent.c404 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
H A Dnamei.c2765 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2799 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2835 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile()
2972 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3592 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in __ext4_link()
3869 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
H A Dballoc.c667 * ext4_should_retry_alloc() - check if a block allocation should be retried
671 * ext4_should_retry_alloc() is called when ENOSPC is returned while
677 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
H A Dfile.c732 ext4_should_retry_alloc(sb, &retries)) in ext4_dax_huge_fault()
H A Dinode.c1253 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
3043 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
3442 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_iomap_alloc()
6186 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
6272 if (err == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
H A Dinline.c633 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent()
960 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
H A Dxattr.c1353 ext4_should_retry_alloc(ea_inode->i_sb, &retries)) { in ext4_xattr_inode_write()
2505 ext4_should_retry_alloc(sb, &retries)) in ext4_xattr_set()
H A Dext4.h2579 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
H A Dsuper.c1546 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_context()
6653 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()
H A Dextents.c4509 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_alloc_file_blocks()

Completed in 85 milliseconds