ext3_should_retry_alloc  407 fs/ext3/acl.c  		    ext3_should_retry_alloc(inode->i_sb, &retries))
ext3_should_retry_alloc  513 fs/ext3/acl.c  	if (error == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries))
ext3_should_retry_alloc 1190 fs/ext3/inode.c 	if (ret == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries))
ext3_should_retry_alloc 1713 fs/ext3/namei.c 	if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries))
ext3_should_retry_alloc 1748 fs/ext3/namei.c 	if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries))
ext3_should_retry_alloc 1822 fs/ext3/namei.c 	if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries))
ext3_should_retry_alloc 2207 fs/ext3/namei.c 	if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries))
ext3_should_retry_alloc 2243 fs/ext3/namei.c 	if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries))
ext3_should_retry_alloc 1064 fs/ext3/xattr.c 		    ext3_should_retry_alloc(inode->i_sb, &retries))
ext3_should_retry_alloc  787 include/linux/ext3_fs.h extern int ext3_should_retry_alloc(struct super_block *sb, int *retries);