OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hfskey
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/hfs/
hfs_vfsops.c
536
struct hfsnode_key
hfskey
;
local in function:hfs_loadvnode
546
KASSERT(key_len == sizeof(
hfskey
));
547
memcpy(&
hfskey
, key, key_len);
558
hnode->h_rec.u.cnid =
hfskey
.hnk_cnid;
559
hnode->h_fork =
hfskey
.hnk_fork;
560
hnode->h_key =
hfskey
;
567
if (hfslib_find_catalog_record_with_cnid(&hmp->hm_vol,
hfskey
.hnk_cnid,
hfs_vfsops.c
536
struct hfsnode_key
hfskey
;
local in function:hfs_loadvnode
546
KASSERT(key_len == sizeof(
hfskey
));
547
memcpy(&
hfskey
, key, key_len);
558
hnode->h_rec.u.cnid =
hfskey
.hnk_cnid;
559
hnode->h_fork =
hfskey
.hnk_fork;
560
hnode->h_key =
hfskey
;
567
if (hfslib_find_catalog_record_with_cnid(&hmp->hm_vol,
hfskey
.hnk_cnid,
Completed in 50 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025