Searched refs:ext4_should_retry_alloc (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | crypto.c | 212 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_context()
|
| H A D | acl.c | 267 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
|
| H A D | namei.c | 2840 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create() 2874 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod() 2911 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile() 3050 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir() 3441 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_symlink() 3481 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in __ext4_link() 3768 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
|
| H A D | move_extent.c | 417 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
|
| H A D | file.c | 767 ext4_should_retry_alloc(sb, &retries)) in ext4_dax_huge_fault()
|
| H A D | balloc.c | 689 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
|
| H A D | inline.c | 641 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent() 705 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_generic_write_inline_data()
|
| H A D | inode.c | 1260 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin() 2967 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin() 3398 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_iomap_alloc() 6245 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite() 6322 if (err == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
|
| H A D | xattr.c | 1397 ext4_should_retry_alloc(ea_inode->i_sb, &retries)) { in ext4_xattr_inode_write() 2555 ext4_should_retry_alloc(sb, &retries)) in ext4_xattr_set()
|
| H A D | ext4.h | 2745 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
|
| H A D | extents.c | 4557 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_alloc_file_blocks()
|
| H A D | super.c | 7303 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()
|