Home
last modified time | relevance | path

Searched refs:DEVCG_DEV_BLOCK (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Ddevice_cgroup.h9 #define DEVCG_DEV_BLOCK 1 macro
25 type = DEVCG_DEV_BLOCK; in devcgroup_inode_permission()
51 type = DEVCG_DEV_BLOCK; in devcgroup_inode_mknod()
/linux-6.1.9/security/
Ddevice_cgroup.c268 if (type == DEVCG_DEV_BLOCK) in type_to_char()
333 if ((type & DEVCG_DEV_BLOCK) && !(ex->type & DEVCG_DEV_BLOCK)) in match_exception()
371 if ((type & DEVCG_DEV_BLOCK) && !(ex->type & DEVCG_DEV_BLOCK)) in match_exception_partial()
670 ex.type = DEVCG_DEV_BLOCK; in devcgroup_update_access()
/linux-6.1.9/block/
Dbdev.c793 ret = devcgroup_check_permission(DEVCG_DEV_BLOCK, in blkdev_get_by_dev()