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

/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h113 #define M_MOUNT 20 /* vfs mount struct */ macro
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c537 M_MOUNT, M_WAITOK);
579 FREE_ZONE(mp, sizeof (struct mount), M_MOUNT);
H A Ddevfs_tree.c201 M_MOUNT, M_WAITOK);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c443 M_MOUNT, M_WAITOK);
H A Dvfs_syscalls.c569 M_MOUNT, M_WAITOK);
955 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
1016 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
1978 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
2004 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
H A Dvfs_subr.c923 FREE_ZONE(mp, sizeof(struct mount), M_MOUNT);
937 mp = _MALLOC_ZONE(sizeof(struct mount), M_MOUNT, M_WAITOK);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c1176 FREE_ZONE(mp, sizeof(struct mount), M_MOUNT);
1279 mp = _MALLOC_ZONE((u_int32_t)sizeof(struct mount), M_MOUNT, M_WAITOK);
1435 FREE_ZONE(mp, sizeof (struct mount), M_MOUNT);

Completed in 122 milliseconds