Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\uuid.h Create Date:2022-07-28 05:41:25
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:uuid_equal

Proto:static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2)

Type:bool

Parameter:

TypeParameterName
const uuid_t *u1
const uuid_t *u2
53  Return memcmp(u1, u2, sizeof(uuid_t)) == 0
Caller
NameDescribe
test_uuid_test
ldm_compare_privheadsldm_compare_privheads - Compare two privhead objects*@ph1: First privhead*@ph2: Second privhead* This compares the two privhead structures @ph1 and @ph2.* Return: 'true' Identical* 'false' Different
ldm_get_disk_objidldm_get_disk_objid - Search a linked list of vblk's for a given Disk Id*@ldb: Cache of the database structures* The LDM Database contains a list of all partitions on all dynamic disks.* The primary PRIVHEAD, at the beginning of the physical disk, tells us
ima_match_rulesma_match_rules - determine whether an inode matches the policy rule