Searched refs:ext4_should_retry_alloc (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/fs/ext4/ |
D | acl.c | 262 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
|
D | file.c | 338 ext4_should_retry_alloc(sb, &retries)) in ext4_dax_huge_fault()
|
D | move_extent.c | 404 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
|
D | namei.c | 2577 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create() 2609 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod() 2645 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile() 2778 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir() 3359 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_link() 3619 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
|
D | balloc.c | 648 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
|
D | inode.c | 866 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_get_block_trans() 1379 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin() 3155 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin() 3556 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_iomap_begin() 6368 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite() 6424 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
|
D | inline.c | 633 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent() 922 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
|
D | xattr.c | 1392 ext4_should_retry_alloc(ea_inode->i_sb, &retries)) { in ext4_xattr_inode_write() 2543 ext4_should_retry_alloc(sb, &retries)) in ext4_xattr_set()
|
D | super.c | 1339 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_context() 6067 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()
|
D | ext4.h | 2311 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
|
D | extents.c | 4758 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_alloc_file_blocks()
|