Searched refs:l2p_struct (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c1257 struct log2phys l2p_struct; /* structure for allocate command */ local
1265 error = copyin(argp, (caddr_t)&l2p_struct, sizeof(l2p_struct));
1268 file_offset = l2p_struct.l2p_devoffset;
1293 a_size = l2p_struct.l2p_contigbytes;
1303 l2p_struct.l2p_flags = 0; /* for now */
1305 l2p_struct.l2p_contigbytes = run - (file_offset - offset);
1307 l2p_struct.l2p_contigbytes = 0; /* for now */
1309 l2p_struct.l2p_devoffset = bn * devBlockSize;
1310 l2p_struct
[all...]

Completed in 71 milliseconds