OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lfs_malloc
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_syscalls.c
134
blkiov =
lfs_malloc
(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV);
175
blkiov =
lfs_malloc
(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV);
176
blkiov15 =
lfs_malloc
(fs, blkcnt * sizeof(BLOCK_INFO_15), LFS_NB_BLKIOV);
579
blkiov =
lfs_malloc
(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV);
619
blkiov =
lfs_malloc
(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV);
620
blkiov15 =
lfs_malloc
(fs, blkcnt * sizeof(BLOCK_INFO_15), LFS_NB_BLKIOV);
lfs_extern.h
256
void *
lfs_malloc
(struct lfs *, size_t, int);
lfs_vnops.c
1953
blkiov =
lfs_malloc
(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV);
1954
blkiov70 =
lfs_malloc
(fs, sizeof(BLOCK_INFO_70), LFS_NB_BLKIOV);
1997
blkiov =
lfs_malloc
(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV);
2179
fss =
lfs_malloc
(fs, lfr.len * sizeof(*fss), LFS_NB_BLKIOV);
2205
sna =
lfs_malloc
(fs, snap.len * sizeof(int), LFS_NB_BLKIOV);
2236
inoa =
lfs_malloc
(fs, inotbl.len * sizeof(ino_t),
2295
sua =
lfs_malloc
(fs, suap.len * sizeof *sua, LFS_NB_BLKIOV);
lfs_bio.c
767
bp->b_data =
lfs_malloc
(fs, nbytes, type);
lfs_subr.c
185
lfs_malloc
(struct lfs *fs, size_t size, int type)
function
232
mtsleep(&fs->lfs_resblk, PVM, "
lfs_malloc
", 0,
lfs_inode.c
789
bap =
lfs_malloc
(fs, lfs_sb_getbsize(fs), LFS_NB_IBLOCK);
lfs_segment.c
2356
p = cbp->b_data =
lfs_malloc
(fs, CHUNKSIZE,
Completed in 27 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026