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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h231 * The size of cat_cookie_t much match the size of
234 typedef struct cat_cookie_t { struct
240 } cat_cookie_t; typedef in typeref:struct:cat_cookie_t
341 cat_cookie_t *cookie,
346 cat_cookie_t *cookie,
H A Dhfs_link.c146 cat_cookie_t cookie;
164 bzero(&cookie, sizeof(cat_cookie_t));
H A Dhfs_cnode.c187 cat_cookie_t cookie;
H A Dhfs_catalog.c142 cat_preflight(struct hfsmount *hfsmp, catops_t ops, cat_cookie_t *cookie, __unused proc_t p)
159 cat_postflight(struct hfsmount *hfsmp, cat_cookie_t *cookie, __unused proc_t p)
H A Dhfs_vnops.c1627 cat_cookie_t cookie;
3623 cat_cookie_t cookie;
H A Dhfs_vfsutils.c1386 cat_cookie_t cookie;
H A Dhfs_vfsops.c7569 cat_cookie_t cookie;
/darwin-on-arm/xnu/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 139 milliseconds