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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h184 #define M_JNL_JNL 91 /* Journaling: "struct journal" */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1698 MALLOC_ZONE(jnl, struct journal *, sizeof(struct journal), M_JNL_JNL, M_WAITOK);
1813 FREE_ZONE(jnl, sizeof(struct journal), M_JNL_JNL);
1876 MALLOC_ZONE(jnl, struct journal *, sizeof(struct journal), M_JNL_JNL, M_WAITOK);
2076 FREE_ZONE(jnl, sizeof(struct journal), M_JNL_JNL);
2311 FREE_ZONE(jnl, sizeof(struct journal), M_JNL_JNL);

Completed in 121 milliseconds