函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\uuid.h Create Date:2022-07-27 06:43:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:uuid_equal

函数原型:static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2)

返回类型:bool

参数:

类型参数名称
const uuid_t *u1
const uuid_t *u2
53  返回:memcmp(u1, u2, sizeof(uuid_t))恒等于0
调用者
名称描述
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
uuid_is_null