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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mman.c155 int alloc_flags=0; local
245 alloc_flags = 0;
269 alloc_flags = fd & (VM_FLAGS_ALIAS_MASK | VM_FLAGS_SUPERPAGE_MASK |
271 if (alloc_flags != fd) {
446 alloc_flags |= VM_FLAGS_ANYWHERE;
466 alloc_flags |= VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE;
470 alloc_flags |= VM_FLAGS_NO_CACHE;
473 alloc_flags |= VM_FLAGS_MAP_JIT;
499 0, alloc_flags,
568 0, alloc_flags,
[all...]
H A Dposix_shm.c841 int alloc_flags; local
900 alloc_flags = VM_FLAGS_ANYWHERE;
911 alloc_flags = VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE;
922 alloc_flags,
H A Dkern_symfile.c264 u_int32_t alloc_flags = PREALLOCATE | ALLOCATEFROMPEOF | ALLOCATEALL; local
265 error = VNOP_ALLOCATE(ref->vp, set_file_size, alloc_flags,
H A Dkern_descrip.c1002 u_int32_t alloc_flags = 0; local
1031 alloc_flags |= PREALLOCATE;
1034 alloc_flags |= ALLOCATECONTIG;
1037 alloc_flags |= ALLOCATEALL;
1052 alloc_flags |= ALLOCATEFROMPEOF;
1061 alloc_flags |= ALLOCATEFROMVOL;
1073 error = VNOP_ALLOCATE(vp,alloc_struct.fst_length,alloc_flags,
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5561 u_int32_t alloc_flags; local
5666 alloc_flags = HFS_ALLOC_FORCECONTIG | HFS_ALLOC_SKIPFREEBLKS;
5668 alloc_flags |= HFS_ALLOC_METAZONE;
5671 error = BlockAllocate(hfsmp, 1, oldBlockCount, oldBlockCount, alloc_flags,
5676 alloc_flags |= HFS_ALLOC_METAZONE;
5678 alloc_flags, &newStartBlock, &newBlockCount);
5684 alloc_flags &= ~HFS_ALLOC_FORCECONTIG;
5687 alloc_flags, &newStartBlock, &newBlockCount);

Completed in 54 milliseconds