Home
last modified time | relevance | path

Searched refs:rdev (Results 1 – 4 of 4) sorted by relevance

/security/tomoyo/
A Dmount.c89 struct tomoyo_path_info rdev; in tomoyo_mount_acl() local
156 rdev.name = requested_dev_name; in tomoyo_mount_acl()
157 tomoyo_fill_path_info(&rdev); in tomoyo_mount_acl()
160 r->param.mount.dev = &rdev; in tomoyo_mount_acl()
A Dcondition.c747 stat->rdev = inode->i_rdev; in tomoyo_get_attributes()
1027 value = MAJOR(stat->rdev); in tomoyo_condition()
1031 value = MINOR(stat->rdev); in tomoyo_condition()
A Daudit.c215 dev = stat->rdev; in tomoyo_print_header()
A Dcommon.h573 dev_t rdev; member

Completed in 14 milliseconds