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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h190 #define M_CLWRBEHIND 97 /* storage for cluster write-behind state */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c361 MALLOC_ZONE(wbp, struct cl_writebehind *, sizeof *wbp, M_CLWRBEHIND, M_WAITOK);
372 FREE_ZONE((void *)wbp, sizeof *wbp, M_CLWRBEHIND);
4513 FREE_ZONE((void *)wbp, sizeof *wbp, M_CLWRBEHIND);

Completed in 67 milliseconds