Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dcrypto.c219 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_context()
H A Dacl.c267 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
H A Dnamei.c2845 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2879 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2916 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile()
3057 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3450 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_symlink()
3489 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in __ext4_link()
3781 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
H A Dballoc.c693 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
H A Dfile.c845 ext4_should_retry_alloc(sb, &retries)) in ext4_dax_huge_fault()
H A Dinline.c668 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent()
732 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_generic_write_inline_data()
H A Dinode.c1404 ext4_should_retry_alloc(inode->i_sb, &retries))) in ext4_write_begin()
3181 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
3745 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_iomap_alloc()
6921 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
6962 (err == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))) in ext4_page_mkwrite()
H A Dxattr.c1413 ext4_should_retry_alloc(ea_inode->i_sb, &retries)) { in ext4_xattr_inode_write()
2569 ext4_should_retry_alloc(sb, &retries)) in ext4_xattr_set()
H A Dext4.h2909 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
H A Dextents.c4732 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_alloc_file_blocks()
H A Dsuper.c7437 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()