Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h722 off_t l2p_contigbytes; /* F_LOG2PHYS: unused so far */ member
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c3670 if (l2p_struct.l2p_contigbytes < 0) { in sys_fcntl_nocancel()
3676 a_size = (size_t)MIN((uint64_t)l2p_struct.l2p_contigbytes, SIZE_MAX); in sys_fcntl_nocancel()
3688 l2p_struct.l2p_contigbytes = run - (file_offset - offset); in sys_fcntl_nocancel()
3690 l2p_struct.l2p_contigbytes = 0; /* for now */ in sys_fcntl_nocancel()