Home
last modified time | relevance | path

Searched refs:ext3_should_retry_alloc (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/ext3/
Dacl.c248 if (error == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_set_acl()
Dnamei.c1720 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_create()
1757 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_mknod()
1791 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_tmpfile()
1881 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_mkdir()
2318 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_symlink()
2366 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_link()
Dext3.h1013 extern int ext3_should_retry_alloc(struct super_block *sb, int *retries);
Dinode.c1311 if (ret == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_write_begin()
1871 if (ret == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_direct_IO()
Dballoc.c1462 int ext3_should_retry_alloc(struct super_block *sb, int *retries) in ext3_should_retry_alloc() function
Dxattr.c1069 ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_xattr_set()