Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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/security/
H A 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/block/
H A Dbdev.c738 ret = devcgroup_check_permission(DEVCG_DEV_BLOCK, in bdev_permission()