Searched refs:alloc_flags (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_mman.c155 int alloc_flags=0; local
249 alloc_flags = 0;
273 alloc_flags = fd & (VM_FLAGS_ALIAS_MASK | VM_FLAGS_SUPERPAGE_MASK |
275 if (alloc_flags != fd) {
450 alloc_flags |= VM_FLAGS_ANYWHERE;
472 alloc_flags |= VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE;
476 alloc_flags |= VM_FLAGS_NO_CACHE;
479 alloc_flags |= VM_FLAGS_MAP_JIT;
505 0, alloc_flags,
574 0, alloc_flags,
[all...]
H A Dposix_shm.c852 int alloc_flags; local
911 alloc_flags = VM_FLAGS_ANYWHERE;
924 alloc_flags = VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE;
935 alloc_flags,
H A Dkern_symfile.c271 u_int32_t alloc_flags = PREALLOCATE | ALLOCATEFROMPEOF | ALLOCATEALL; local
287 error = VNOP_ALLOCATE(ref->vp, bytesallocated, alloc_flags,
H A Dkern_descrip.c1098 u_int32_t alloc_flags = 0; local
1127 alloc_flags |= PREALLOCATE;
1130 alloc_flags |= ALLOCATECONTIG;
1133 alloc_flags |= ALLOCATEALL;
1148 alloc_flags |= ALLOCATEFROMPEOF;
1157 alloc_flags |= ALLOCATEFROMVOL;
1169 error = VNOP_ALLOCATE(vp,alloc_struct.fst_length,alloc_flags,
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c5633 u_int32_t alloc_flags; local
5738 alloc_flags = HFS_ALLOC_FORCECONTIG | HFS_ALLOC_SKIPFREEBLKS;
5740 alloc_flags |= HFS_ALLOC_METAZONE;
5743 error = BlockAllocate(hfsmp, 1, oldBlockCount, oldBlockCount, alloc_flags,
5748 alloc_flags |= HFS_ALLOC_METAZONE;
5750 alloc_flags, &newStartBlock, &newBlockCount);
5757 alloc_flags &= ~HFS_ALLOC_FORCECONTIG;
5758 alloc_flags |= HFS_ALLOC_FLUSHTXN;
5761 alloc_flags, &newStartBlock, &newBlockCount);

Completed in 56 milliseconds