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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_resize.c1260 HFSPlusAttrKey *xattr_key = NULL; local
1412 xattr_key = (HFSPlusAttrKey *)&(iterator.key);
1413 bcopy((HFSPlusAttrKey *)&(extent_info->iterator->key), xattr_key, sizeof(HFSPlusAttrKey));
1414 /* Note: xattr_key->startBlock will be initialized later in the iteration loop */
1480 xattr_key->startBlock = read_recStartBlock;
1601 printf ("hfs_split_extent: Deleted extent record with startBlock=%u\n", (is_xattr ? xattr_key->startBlock : extents_key->startBlock));
1608 xattr_key->startBlock = write_recStartBlock;

Completed in 23 milliseconds