Searched refs:fsr_offset (Results 1 – 2 of 2) sorted by relevance
684 off_t fsr_offset; /* IN: start of the region */ member
3406 if ((args.fsr_offset < 0) || (args.fsr_length < 0)) { in sys_fcntl_nocancel()3416 uint64_t foff = (((uint64_t)args.fsr_offset) & ~((uint64_t)PAGE_MASK)); in sys_fcntl_nocancel()3417 uint64_t foff_delta = args.fsr_offset - foff; in sys_fcntl_nocancel()3418 args.fsr_offset = (off_t) foff; in sys_fcntl_nocancel()3432 if (os_add_overflow(args.fsr_offset, args.fsr_length, &temp_length)) { in sys_fcntl_nocancel()