Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dacl.c250 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
Dnamei.c2459 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2491 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2527 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile()
2661 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3246 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_link()
3455 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
Dmove_extent.c413 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
Dballoc.c604 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
Dinline.c615 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent()
890 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
Dinode.c1109 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
2769 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
5355 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
5411 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
Dindirect.c720 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_ind_direct_IO()
Dxattr.c1217 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set()
Dext4.h2234 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
Dextents.c4746 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_alloc_file_blocks()
Dsuper.c5158 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()