Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dacl.c263 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
Dfile.c334 ext4_should_retry_alloc(sb, &retries)) in ext4_dax_huge_fault()
Dnamei.c2601 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2633 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2669 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile()
2799 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3402 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_link()
3612 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
Dmove_extent.c404 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
Dinode.c855 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_get_block_trans()
1372 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
3111 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
3495 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_iomap_begin()
6220 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
6276 if (err == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
Dballoc.c615 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
Dinline.c621 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent()
904 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
Dxattr.c1364 ext4_should_retry_alloc(ea_inode->i_sb, &retries)) { in ext4_xattr_inode_write()
2508 ext4_should_retry_alloc(sb, &retries)) in ext4_xattr_set()
Dsuper.c1336 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_context()
5997 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()
Dext4.h2333 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
Dextents.c4680 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_alloc_file_blocks()