Searched refs:ext4_should_retry_alloc (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/ext4/ |
D | acl.c | 250 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
|
D | namei.c | 2459 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()
|
D | move_extent.c | 413 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
|
D | balloc.c | 604 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
|
D | inline.c | 615 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()
|
D | inode.c | 1109 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()
|
D | indirect.c | 720 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_ind_direct_IO()
|
D | xattr.c | 1217 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set()
|
D | ext4.h | 2234 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
|
D | extents.c | 4746 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_alloc_file_blocks()
|
D | super.c | 5158 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()
|