Searched defs:tomoyo_mount_acl (Results 1 – 2 of 2) sorted by relevance
521 struct tomoyo_mount_acl { struct522 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;
88 static int tomoyo_mount_acl(struct tomoyo_request_info *r, char *dev_name, in tomoyo_mount_acl() function