Searched refs:lfs_malloc (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_syscalls.c | 134 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV); in sys_lfs_markv() 175 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV); in sys_lfs_markv() 176 blkiov15 = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO_15), LFS_NB_BLKIOV); in sys_lfs_markv() 553 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV); in sys_lfs_bmapv() 593 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV); in sys_lfs_bmapv() 594 blkiov15 = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO_15), LFS_NB_BLKIOV); in sys_lfs_bmapv()
|
| H A D | lfs_extern.h | 209 void *lfs_malloc(struct lfs *, size_t, int);
|
| H A D | lfs_vnops.c | 1931 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV); in lfs_fcntl() 1932 blkiov70 = lfs_malloc(fs, sizeof(BLOCK_INFO_70), LFS_NB_BLKIOV); in lfs_fcntl() 1975 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV); in lfs_fcntl()
|
| H A D | lfs_subr.c | 185 lfs_malloc(struct lfs *fs, size_t size, int type) in lfs_malloc() function
|
| H A D | lfs_bio.c | 725 bp->b_data = lfs_malloc(fs, nbytes, type); in lfs_newbuf()
|
| H A D | lfs_inode.c | 786 bap = lfs_malloc(fs, lfs_sb_getbsize(fs), LFS_NB_IBLOCK); in lfs_indirtrunc()
|
| H A D | lfs_segment.c | 2316 p = cbp->b_data = lfs_malloc(fs, CHUNKSIZE,
|