Searched refs:ext3_should_retry_alloc (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | acl.c | 248 if (error == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_set_acl()
|
D | namei.c | 1720 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()
|
D | ext3.h | 1013 extern int ext3_should_retry_alloc(struct super_block *sb, int *retries);
|
D | inode.c | 1311 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()
|
D | balloc.c | 1462 int ext3_should_retry_alloc(struct super_block *sb, int *retries) in ext3_should_retry_alloc() function
|
D | xattr.c | 1069 ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_xattr_set()
|