Home
last modified time | relevance | path

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

/linux-6.14.4/fs/ext4/
Dcrypto.c212 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_context()
Dacl.c267 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
Dnamei.c2865 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2899 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2936 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile()
3075 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3463 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_symlink()
3503 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in __ext4_link()
3790 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
Dmove_extent.c417 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
Dfile.c766 ext4_should_retry_alloc(sb, &retries)) in ext4_dax_huge_fault()
Dballoc.c689 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
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()
Dinode.c1255 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
2960 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
3387 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_iomap_alloc()
6225 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
6302 if (err == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
Dxattr.c1397 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()
Dext4.h2724 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
Dextents.c4557 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_alloc_file_blocks()
Dsuper.c7298 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()