Searched defs:aio_trans (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c323 typedef struct aio_trans { struct
329 struct aio_trans *next;
330 } aio_trans; typedef in typeref:struct:aio_trans
336 aio_trans *trans;
392 static void freetrans(aio_trans *transp);
393 static aio_trans *get_aiop();
394 static aio_trans *wait_for_write(int block);
3059 freetrans(aio_trans *transp)
3080 aio_trans *
3083 aio_trans *trans
[all...]

Completed in 70 milliseconds