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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5139 HFSPlusAttrKey *xattr_key = NULL; local
5291 xattr_key = (HFSPlusAttrKey *)&(iterator.key);
5292 bcopy((HFSPlusAttrKey *)&(extent_info->iterator->key), xattr_key, sizeof(HFSPlusAttrKey));
5293 /* Note: xattr_key->startBlock will be initialized later in the iteration loop */
5359 xattr_key->startBlock = read_recStartBlock;
5480 printf ("hfs_split_extent: Deleted extent record with startBlock=%u\n", (is_xattr ? xattr_key->startBlock : extents_key->startBlock));
5487 xattr_key->startBlock = write_recStartBlock;

Completed in 24 milliseconds