Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dacl.c250 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
Dnamei.c2539 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2572 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2606 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile()
2746 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3320 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_link()
3530 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
Dmove_extent.c416 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
Dballoc.c597 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()
891 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
Dinode.c1108 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
2738 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
5304 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
5360 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
Dindirect.c718 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_ind_direct_IO()
Dxattr.c1218 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set()
Dext4.h2064 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
Dextents.c4723 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_alloc_file_blocks()