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

/xnu-2422.115.4/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-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c359 {ATTR_VOL_UUID, VFSATTR_BIT(f_uuid), sizeof(uuid_t)},
1283 ATTR_PACK(&ab, vs.f_uuid);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c7687 if (VFSATTR_IS_ACTIVE(fsap, f_uuid)) {
7688 hfs_getvoluuid(hfsmp, fsap->f_uuid);
7689 VFSATTR_SET_SUPPORTED(fsap, f_uuid);

Completed in 45 milliseconds