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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c1001 fstore_t alloc_struct; /* structure for allocate command */ local
1018 error = copyin(argp, (caddr_t)&alloc_struct, sizeof(alloc_struct));
1023 alloc_struct.fst_bytesalloc = 0;
1033 if (alloc_struct.fst_flags & F_ALLOCATECONTIG)
1036 if (alloc_struct.fst_flags & F_ALLOCATEALL)
1044 switch (alloc_struct.fst_posmode) {
1047 if (alloc_struct.fst_offset != 0) {
1056 if (alloc_struct.fst_offset <= 0) {
1073 error = VNOP_ALLOCATE(vp,alloc_struct
[all...]

Completed in 11 milliseconds