Lines Matching defs:part
249 static UINT64 GetFirstPartStart(const los_part *part) in GetFirstPartStart()
257 static VOID DiskPartAddToDisk(los_disk *disk, los_part *part) in DiskPartAddToDisk()
265 static VOID DiskPartDelFromDisk(los_disk *disk, los_part *part) in DiskPartDelFromDisk()
274 los_part *part = get_part(0); /* traversing from the beginning of the array */ in DiskPartAllocate() local
298 static VOID DiskPartRelease(los_part *part) in DiskPartRelease()
322 los_part *part = NULL; in DiskAddPart() local
756 los_part *part = NULL; in DiskPartitionRegister() local
1047 const los_part *part = get_part(pt); in los_part_read() local
1103 const los_part *part = get_part(pt); in los_part_write() local
1161 los_part *part = get_part(pt); in los_part_ioctl() local
1223 los_part *part = get_part(drvID); in los_disk_cache_clear() local
1367 los_part *part = NULL; in DiskDeinit() local
1623 los_part *part = NULL; in OsPartFind() local
1651 los_part *part = NULL; in los_part_find() local
1673 los_part *part = NULL; in los_part_access() local
1691 INT32 SetDiskPartName(los_part *part, const CHAR *src) in SetDiskPartName()
1766 VOID show_part(los_part *part) in show_part()