Searched refs:alloc_struct (Results 1 – 1 of 1) sorted by relevance
3262 fstore_t alloc_struct; /* structure for allocate command */ in sys_fcntl_nocancel() local3279 error = copyin(argp, (caddr_t)&alloc_struct, sizeof(alloc_struct)); in sys_fcntl_nocancel()3285 alloc_struct.fst_bytesalloc = 0; in sys_fcntl_nocancel()3295 if (alloc_struct.fst_flags & F_ALLOCATECONTIG) { in sys_fcntl_nocancel()3299 if (alloc_struct.fst_flags & F_ALLOCATEALL) { in sys_fcntl_nocancel()3303 if (alloc_struct.fst_flags & F_ALLOCATEPERSIST) { in sys_fcntl_nocancel()3312 switch (alloc_struct.fst_posmode) { in sys_fcntl_nocancel()3314 if (alloc_struct.fst_offset != 0) { in sys_fcntl_nocancel()3323 if (alloc_struct.fst_offset <= 0) { in sys_fcntl_nocancel()3340 error = VNOP_ALLOCATE(vp, alloc_struct.fst_length, alloc_flags, in sys_fcntl_nocancel()[all …]