Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dacl.c264 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
H A Dmove_extent.c404 ext4_should_retry_alloc(sb, &retries)) in move_extent_per_page()
H A Dnamei.c2790 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2824 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2860 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile()
2998 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3615 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in __ext4_link()
3898 ext4_should_retry_alloc(ent->dir->i_sb, &retries)) in ext4_whiteout_for_rename()
H A Dballoc.c638 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() function
H A Dfile.c738 ext4_should_retry_alloc(sb, &retries)) in ext4_dax_huge_fault()
H A Dinline.c638 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent()
922 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
H A Dinode.c1266 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
3104 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
3518 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_iomap_alloc()
6197 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
6283 if (err == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
H A Dxattr.c1346 ext4_should_retry_alloc(ea_inode->i_sb, &retries)) { in ext4_xattr_inode_write()
2501 ext4_should_retry_alloc(sb, &retries)) in ext4_xattr_set()
H A Dsuper.c1571 if (res == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_context()
6574 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_quota_write()
H A Dext4.h2594 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
H A Dextents.c4497 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_alloc_file_blocks()