Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h696 off_t l2p_contigbytes; /* F_LOG2PHYS: unused so far */ member
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c3756 if (l2p_struct.l2p_contigbytes < 0) { in sys_fcntl_nocancel()
3762 a_size = (size_t)MIN((uint64_t)l2p_struct.l2p_contigbytes, SIZE_MAX); in sys_fcntl_nocancel()
3774 l2p_struct.l2p_contigbytes = run - (file_offset - offset); in sys_fcntl_nocancel()
3776 l2p_struct.l2p_contigbytes = 0; /* for now */ in sys_fcntl_nocancel()