Searched refs:chroots (Results 1 – 3 of 3) sorted by relevance
249 required = sizeof(*mdev->chroots) * mdev->dma_channels; in hidma_mgmt_init_sys()250 mdev->chroots = devm_kmalloc(&mdev->pdev->dev, required, GFP_KERNEL); in hidma_mgmt_init_sys()251 if (!mdev->chroots) in hidma_mgmt_init_sys()263 mdev->chroots[i] = kobject_create_and_add(name, chanops); in hidma_mgmt_init_sys()264 if (!mdev->chroots[i]) in hidma_mgmt_init_sys()280 mdev->chroots[i]); in hidma_mgmt_init_sys()286 mdev->chroots[i]); in hidma_mgmt_init_sys()
34 struct kobject **chroots; member
82 Working root directory (note, that server chroots there, so you have to have appropriate permission…