ext4_should_retry_alloc  407 fs/ext4/acl.c  		    ext4_should_retry_alloc(inode->i_sb, &retries))
ext4_should_retry_alloc  513 fs/ext4/acl.c  	if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
ext4_should_retry_alloc 1019 fs/ext4/ext4.h extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
ext4_should_retry_alloc 3075 fs/ext4/extents.c 			ext4_should_retry_alloc(inode->i_sb, &retries)) {
ext4_should_retry_alloc 1377 fs/ext4/inode.c 	if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
ext4_should_retry_alloc 1536 fs/ext4/inode.c 		if (ext4_should_retry_alloc(inode->i_sb, &retries)) {
ext4_should_retry_alloc 2554 fs/ext4/inode.c 	if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
ext4_should_retry_alloc 1747 fs/ext4/namei.c 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
ext4_should_retry_alloc 1782 fs/ext4/namei.c 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
ext4_should_retry_alloc 1853 fs/ext4/namei.c 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
ext4_should_retry_alloc 2240 fs/ext4/namei.c 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
ext4_should_retry_alloc 2277 fs/ext4/namei.c 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
ext4_should_retry_alloc 1081 fs/ext4/xattr.c 		    ext4_should_retry_alloc(inode->i_sb, &retries))