Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/ !
H A Dfcntl.h744 off_t l2p_devoffset; /* F_LOG2PHYS: OUT: bytes into device */ member
/xnu-10063.141.1/bsd/kern/ !
H A Dkern_descrip.c3676 file_offset = l2p_struct.l2p_devoffset; in sys_fcntl_nocancel()
3730 l2p_struct.l2p_devoffset = bn; in sys_fcntl_nocancel()
3732 l2p_struct.l2p_devoffset = bn * devBlockSize; in sys_fcntl_nocancel()
3733 l2p_struct.l2p_devoffset += file_offset - offset; in sys_fcntl_nocancel()