Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_descrip.c3216 fstore_t alloc_struct; /* structure for allocate command */ in sys_fcntl_nocancel() local
3233 error = copyin(argp, (caddr_t)&alloc_struct, sizeof(alloc_struct)); in sys_fcntl_nocancel()
3239 alloc_struct.fst_bytesalloc = 0; in sys_fcntl_nocancel()
3249 if (alloc_struct.fst_flags & F_ALLOCATECONTIG) { in sys_fcntl_nocancel()
3253 if (alloc_struct.fst_flags & F_ALLOCATEALL) { in sys_fcntl_nocancel()
3262 switch (alloc_struct.fst_posmode) { in sys_fcntl_nocancel()
3264 if (alloc_struct.fst_offset != 0) { in sys_fcntl_nocancel()
3273 if (alloc_struct.fst_offset <= 0) { in sys_fcntl_nocancel()
3290 error = VNOP_ALLOCATE(vp, alloc_struct.fst_length, alloc_flags, in sys_fcntl_nocancel()
3291 &alloc_struct.fst_bytesalloc, alloc_struct.fst_offset, in sys_fcntl_nocancel()
[all …]