Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dfcntl.h741 off_t l2p_contigbytes; /* F_LOG2PHYS: unused so far */ member
/xnu-10063.141.1/bsd/kern/
H A Dkern_descrip.c3701 if (l2p_struct.l2p_contigbytes < 0) { in sys_fcntl_nocancel()
3707 a_size = (size_t)MIN((uint64_t)l2p_struct.l2p_contigbytes, SIZE_MAX); in sys_fcntl_nocancel()
3719 l2p_struct.l2p_contigbytes = run - (file_offset - offset); in sys_fcntl_nocancel()
3721 l2p_struct.l2p_contigbytes = 0; /* for now */ in sys_fcntl_nocancel()