Home
last modified time | relevance | path

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

/fs/ext4/
Dacl.c251 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
Dnamei.c2447 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2480 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2515 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
2648 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3222 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_link()
3433 ext4_should_retry_alloc(ent->dir->i_sb, &retries))
Dmove_extent.c410 if (*err == -EBUSY && ext4_should_retry_alloc(orig_inode->i_sb, in move_extent_per_page()
Dballoc.c598 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
Dinline.c616 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent()
882 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
Dinode.c1091 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
2698 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
5151 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
5207 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
Dindirect.c711 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_ind_direct_IO()
Dxattr.c1220 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set()
Dext4.h2034 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
Dextents.c4730 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_alloc_file_blocks()