Searched defs:major (Results 1 - 3 of 3) sorted by relevance

/security/keys/encrypted-keys/
H A Decryptfs_format.c33 void ecryptfs_get_versions(int *major, int *minor, int *file_version) argument
35 *major = ECRYPTFS_VERSION_MAJOR;
53 int major, minor; local
55 ecryptfs_get_versions(&major, &minor, NULL);
56 auth_tok->version = (((uint16_t)(major << 8) & 0xFF00)
/security/
H A Ddevice_cgroup.c41 u32 major, minor; member in struct:dev_exception_item
107 if (walk->major != ex->major)
135 if (walk->major != ex->major)
297 set_majmin(maj, ex->major);
312 * @major: device file major number, ~0 to match all
322 u32 major, u32 minor, short access)
331 if (ex->major !
321 match_exception(struct list_head *exceptions, short type, u32 major, u32 minor, short access) argument
358 match_exception_partial(struct list_head *exceptions, short type, u32 major, u32 minor, short access) argument
812 __devcgroup_check_permission(short type, u32 major, u32 minor, short access) argument
[all...]
/security/tomoyo/
H A Dcommon.h446 unsigned int major; member in struct:tomoyo_request_info::__anon33::__anon36
728 struct tomoyo_number_union major; member in struct:tomoyo_mkdev_acl

Completed in 416 milliseconds