Searched refs:f_uuid (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmount.h271 uuid_t f_uuid; /* file system UUID (version 3 or 5), available in 10.6 and later */ member in struct:vfs_attr
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c4401 if (VFSATTR_IS_ACTIVE(fsap, f_uuid)) {
4402 hfs_getvoluuid(hfsmp, fsap->f_uuid);
4403 VFSATTR_SET_SUPPORTED(fsap, f_uuid);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c359 {ATTR_VOL_UUID, VFSATTR_BIT(f_uuid), sizeof(uuid_t)},
1338 ATTR_PACK(&ab, vs.f_uuid);

Completed in 86 milliseconds