MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / r_makeextkey

Function r_makeextkey

dep/hfsutils/libhfs/record.c:422–429  ·  view source on GitHub ↗

* NAME: record->makeextkey() * DESCRIPTION: construct an extents record key */

Source from the content-addressed store, hash-verified

420 * DESCRIPTION: construct an extents record key
421 */
422void r_makeextkey(ExtKeyRec *key,
423 int fork, unsigned long fnum, unsigned int fabn)
424{
425 key->xkrKeyLen = 0x07;
426 key->xkrFkType = fork;
427 key->xkrFNum = fnum;
428 key->xkrFABN = fabn;
429}
430
431/*
432 * NAME: record->packcatrec()

Callers 3

f_addextentFunction · 0.85
v_extsearchFunction · 0.85
hfs_formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected