• Home
  • Raw
  • Download

Lines Matching refs:Vnode

271 static los_part *DiskPartAllocate(struct Vnode *dev, UINT64 start, UINT64 count)  in DiskPartAllocate()
320 struct Vnode *diskDev = NULL; in DiskAddPart()
321 struct Vnode *partDev = NULL; in DiskAddPart()
445 static INT32 GPTInfoGet(struct Vnode *blkDrv, CHAR *gptBuf) in GPTInfoGet()
489 static INT32 OsGPTPartitionRecognition(struct Vnode *blkDrv, struct disk_divide_info *info, in OsGPTPartitionRecognition()
534 static INT32 DiskGPTPartitionRecognition(struct Vnode *blkDrv, struct disk_divide_info *info) in DiskGPTPartitionRecognition()
586 static INT32 OsMBRInfoGet(struct Vnode *blkDrv, CHAR *mbrBuf) in OsMBRInfoGet()
607 static INT32 OsEBRInfoGet(struct Vnode *blkDrv, const struct disk_divide_info *info, in OsEBRInfoGet()
655 static INT32 OsLogicalPartitionRecognition(struct Vnode *blkDrv, struct disk_divide_info *info, in OsLogicalPartitionRecognition()
694 static INT32 DiskPartitionRecognition(struct Vnode *blkDrv, struct disk_divide_info *info) in DiskPartitionRecognition()
1268 static OsBcache *DiskCacheInit(UINT32 diskID, const struct geometry *diskInfo, struct Vnode *blkDri… in DiskCacheInit()
1313 struct Vnode *blkDriver, los_disk *disk) in DiskStructInit()
1418 struct geometry *diskInfo, struct Vnode *blkDriver) in OsDiskInitSub()
1450 struct Vnode *blkDriver = NULL; in los_disk_init()
1621 static los_part *OsPartFind(los_disk *disk, const struct Vnode *blkDriver) in OsPartFind()
1647 los_part *los_part_find(struct Vnode *blkDriver) in los_part_find()
1674 struct Vnode *node = NULL; in los_part_access()