Searched refs:ext4_should_retry_alloc (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/fs/ext4/ |
D | crypto.c | 214 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_context()
|
D | acl.c | 266 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
|
D | namei.c | 2825 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create() 2859 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod() 2896 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile() 3035 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir() 3425 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_symlink() 3465 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in __ext4_link() 3748 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
|
D | move_extent.c | 406 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
|
D | balloc.c | 639 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
|
D | file.c | 750 ext4_should_retry_alloc(sb, &retries)) in ext4_dax_huge_fault()
|
D | inline.c | 629 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent() 943 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
|
D | inode.c | 1274 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin() 3027 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin() 3432 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_iomap_alloc() 6182 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite() 6270 if (err == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
|
D | xattr.c | 1361 ext4_should_retry_alloc(ea_inode->i_sb, &retries)) { in ext4_xattr_inode_write() 2495 ext4_should_retry_alloc(sb, &retries)) in ext4_xattr_set()
|
D | ext4.h | 2718 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
|
D | extents.c | 4502 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_alloc_file_blocks()
|
D | super.c | 7110 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()
|