Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/ !
H A Dfcntl.h751 off_t l2p_contigbytes; /* F_LOG2PHYS: unused so far */ member
/xnu-11417.140.69/bsd/kern/ !
H A Dkern_descrip.c3743 if (l2p_struct.l2p_contigbytes < 0) { in sys_fcntl_nocancel()
3749 a_size = (size_t)MIN((uint64_t)l2p_struct.l2p_contigbytes, SIZE_MAX); in sys_fcntl_nocancel()
3761 l2p_struct.l2p_contigbytes = run - (file_offset - offset); in sys_fcntl_nocancel()
3763 l2p_struct.l2p_contigbytes = 0; /* for now */ in sys_fcntl_nocancel()