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

/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h184 #define M_JNL_JNL 91 /* Journaling: "struct journal" */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c1694 MALLOC_ZONE(jnl, struct journal *, sizeof(struct journal), M_JNL_JNL, M_WAITOK);
1806 FREE_ZONE(jnl, sizeof(struct journal), M_JNL_JNL);
1864 MALLOC_ZONE(jnl, struct journal *, sizeof(struct journal), M_JNL_JNL, M_WAITOK);
2061 FREE_ZONE(jnl, sizeof(struct journal), M_JNL_JNL);
2282 FREE_ZONE(jnl, sizeof(struct journal), M_JNL_JNL);

Completed in 30 milliseconds