Symbol: MALLOC_JUSTDEFINE
sys/fs/adosfs/advfsops.c
73
MALLOC_JUSTDEFINE(M_ANODE, "adosfs anode","adosfs anode structures and tables");
sys/fs/cd9660/cd9660_vfsops.c
79
MALLOC_JUSTDEFINE(M_ISOFSMNT, "ISOFS mount", "ISOFS mount structure");
sys/fs/efs/efs_vfsops.c
53
MALLOC_JUSTDEFINE(M_EFSMNT, "efsmnt", "efs mount structure");
sys/fs/efs/efs_vfsops.c
54
MALLOC_JUSTDEFINE(M_EFSINO, "efsino", "efs in-core inode structure");
sys/fs/efs/efs_vfsops.c
55
MALLOC_JUSTDEFINE(M_EFSTMP, "efstmp", "efs temporary allocations");
sys/fs/hfs/hfs_vfsops.c
139
MALLOC_JUSTDEFINE(M_HFSMNT, "hfs mount", "hfs mount structures");
sys/fs/msdosfs/msdosfs_vfsops.c
105
MALLOC_JUSTDEFINE(M_MSDOSFSMNT, "MSDOSFS mount", "MSDOS FS mount structure");
sys/fs/msdosfs/msdosfs_vfsops.c
106
MALLOC_JUSTDEFINE(M_MSDOSFSFAT, "MSDOSFS FAT", "MSDOS FS FAT table");
sys/fs/msdosfs/msdosfs_vfsops.c
107
MALLOC_JUSTDEFINE(M_MSDOSFSTMP, "MSDOSFS temp", "MSDOS FS temp. structures");
sys/fs/nilfs/nilfs_vfsops.c
77
MALLOC_JUSTDEFINE(M_NILFSMNT, "NILFS mount", "NILFS mount structures");
sys/fs/nilfs/nilfs_vfsops.c
78
MALLOC_JUSTDEFINE(M_NILFSTEMP, "NILFS temp", "NILFS scrap space");
sys/fs/ntfs/ntfs_subr.c
61
MALLOC_JUSTDEFINE(M_NTFSNTVATTR, "NTFS vattr",
sys/fs/ntfs/ntfs_subr.c
63
MALLOC_JUSTDEFINE(M_NTFSRDATA, "NTFS res data", "NTFS resident data");
sys/fs/ntfs/ntfs_subr.c
64
MALLOC_JUSTDEFINE(M_NTFSRUN, "NTFS vrun", "NTFS vrun storage");
sys/fs/ntfs/ntfs_subr.c
65
MALLOC_JUSTDEFINE(M_NTFSDECOMP, "NTFS decomp", "NTFS decompression temporary");
sys/fs/ntfs/ntfs_vfsops.c
64
MALLOC_JUSTDEFINE(M_NTFSMNT, "NTFS mount", "NTFS mount structure");
sys/fs/ntfs/ntfs_vfsops.c
65
MALLOC_JUSTDEFINE(M_NTFSNTNODE,"NTFS ntnode", "NTFS ntnode information");
sys/fs/ntfs/ntfs_vfsops.c
66
MALLOC_JUSTDEFINE(M_NTFSDIR,"NTFS dir", "NTFS dir buffer");
sys/fs/ptyfs/ptyfs_vfsops.c
68
MALLOC_JUSTDEFINE(M_PTYFSMNT, "ptyfs mount", "ptyfs mount structures");
sys/fs/ptyfs/ptyfs_vfsops.c
69
MALLOC_JUSTDEFINE(M_PTYFSTMP, "ptyfs temp", "ptyfs temporary structures");
sys/fs/sysvbfs/bfs.c
46
MALLOC_JUSTDEFINE(M_BFS, "sysvbfs core", "sysvbfs internal structures");
sys/fs/sysvbfs/sysvbfs_vfsops.c
62
MALLOC_JUSTDEFINE(M_SYSVBFS_VFS, "sysvbfs vfs", "sysvbfs vfs structures");
sys/fs/sysvbfs/sysvbfs_vnops.c
60
MALLOC_JUSTDEFINE(M_SYSVBFS_VNODE, "sysvbfs vnode", "sysvbfs vnode structures");
sys/fs/udf/udf_vfsops.c
77
MALLOC_JUSTDEFINE(M_UDFMNT, "UDF mount", "UDF mount structures");
sys/fs/udf/udf_vfsops.c
78
MALLOC_JUSTDEFINE(M_UDFVOLD, "UDF volspace", "UDF volume space descriptors");
sys/fs/udf/udf_vfsops.c
79
MALLOC_JUSTDEFINE(M_UDFTEMP, "UDF temp", "UDF scrap space");
sys/ufs/lfs/lfs_segment.c
112
MALLOC_JUSTDEFINE(M_SEGMENT, "LFS segment", "Segment for LFS");