Searched refs:rdev (Results 1 – 4 of 4) sorted by relevance
89 struct tomoyo_path_info rdev; in tomoyo_mount_acl() local156 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()
747 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()
215 dev = stat->rdev; in tomoyo_print_header()
573 dev_t rdev; member
Completed in 14 milliseconds