Searched refs:M_MOUNT (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h113 #define M_MOUNT 20 /* vfs mount struct */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c418 M_MOUNT, M_WAITOK);
463 FREE_ZONE(mp, sizeof (struct mount), M_MOUNT);
H A Ddevfs_tree.c166 M_MOUNT, M_WAITOK);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_init.c414 M_MOUNT, M_WAITOK);
H A Dvfs_syscalls.c390 M_MOUNT, M_WAITOK);
742 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
784 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
1190 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
1201 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
1224 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
H A Dvfs_subr.c842 FREE_ZONE(mp, sizeof(struct mount), M_MOUNT);
856 mp = _MALLOC_ZONE((u_long)sizeof(struct mount), M_MOUNT, M_WAITOK);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c1027 FREE_ZONE(mp, sizeof(struct mount), M_MOUNT);
1124 mp = _MALLOC_ZONE((u_long)sizeof(struct mount), M_MOUNT, M_WAITOK);
1194 FREE_ZONE(mp, sizeof (struct mount), M_MOUNT);

Completed in 73 milliseconds