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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h190 #define M_CLWRBEHIND 97 /* storage for cluster write-behind state */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c421 MALLOC_ZONE(wbp, struct cl_writebehind *, sizeof *wbp, M_CLWRBEHIND, M_WAITOK);
432 FREE_ZONE((void *)wbp, sizeof *wbp, M_CLWRBEHIND);
5141 FREE_ZONE((void *)wbp, sizeof *wbp, M_CLWRBEHIND);

Completed in 184 milliseconds