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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h275 * The size of cat_cookie_t much match the size of
278 typedef struct cat_cookie_t { struct
284 } cat_cookie_t; typedef in typeref:struct:cat_cookie_t
386 cat_cookie_t *cookie,
391 cat_cookie_t *cookie,
H A Dhfs_link.c146 cat_cookie_t cookie;
164 bzero(&cookie, sizeof(cat_cookie_t));
H A Dhfs_cnode.c188 cat_cookie_t cookie;
H A Dhfs_vfsutils.c1540 cat_cookie_t cookie;
H A Dhfs_catalog.c338 cat_preflight(struct hfsmount *hfsmp, catops_t ops, cat_cookie_t *cookie, __unused proc_t p)
355 cat_postflight(struct hfsmount *hfsmp, cat_cookie_t *cookie, __unused proc_t p)
H A Dhfs_vnops.c1918 cat_cookie_t cookie;
4084 cat_cookie_t cookie;
H A Dhfs_vfsops.c7706 cat_cookie_t cookie;
/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c51 * It must remain equal in size to the opaque cat_cookie_t
92 if (sizeof(struct nreserve) != sizeof(cat_cookie_t))

Completed in 70 milliseconds