Searched refs:blkg_create (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-cgroup.c375 static struct blkcg_gq *blkg_create(struct blkcg *blkcg, struct gendisk *disk, function
468 * Returns the blkg or the closest blkg if blkg_create() fails as it walks
496 * blkg to the intended blkg should blkg_create() fail.
514 blkg = blkg_create(pos, disk, NULL);
889 blkg = blkg_create(pos, disk, new_blkg);
1434 blkg = blkg_create(&blkcg_root, disk, new_blkg);

Completed in 131 milliseconds