Searched refs:l2p_struct (Results 1 – 1 of 1) sorted by relevance
3619 struct log2phys l2p_struct = {}; /* structure for allocate command */ in sys_fcntl_nocancel() local3627 error = copyin(argp, (caddr_t)&l2p_struct, sizeof(l2p_struct)); in sys_fcntl_nocancel()3631 file_offset = l2p_struct.l2p_devoffset; in sys_fcntl_nocancel()3656 if (l2p_struct.l2p_contigbytes < 0) { in sys_fcntl_nocancel()3662 a_size = (size_t)MIN((uint64_t)l2p_struct.l2p_contigbytes, SIZE_MAX); in sys_fcntl_nocancel()3672 l2p_struct.l2p_flags = 0; /* for now */ in sys_fcntl_nocancel()3674 l2p_struct.l2p_contigbytes = run - (file_offset - offset); in sys_fcntl_nocancel()3676 l2p_struct.l2p_contigbytes = 0; /* for now */ in sys_fcntl_nocancel()3685 l2p_struct.l2p_devoffset = bn; in sys_fcntl_nocancel()3687 l2p_struct.l2p_devoffset = bn * devBlockSize; in sys_fcntl_nocancel()[all …]