Home
last modified time | relevance | path

Searched defs:tomoyo_mount_acl (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/security/tomoyo/
Dcommon.h521 struct tomoyo_mount_acl { struct
522 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MOUNT_ACL */
523 struct tomoyo_name_union dev_name;
524 struct tomoyo_name_union dir_name;
525 struct tomoyo_name_union fs_type;
526 struct tomoyo_number_union flags;
Dmount.c88 static int tomoyo_mount_acl(struct tomoyo_request_info *r, char *dev_name, in tomoyo_mount_acl() function