Home
last modified time | relevance | path

Searched refs:markbusy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c111 markbusy(fip->fe_block, fip->fe_len); in pass1()
338 markbusy(sap->sad_ext_loc, len); in getdir()
361 markbusy(sap->sad_ext_loc, len); in getdir()
386 markbusy(lap->lad_ext_loc, len); in getdir()
409 markbusy(lap->lad_ext_loc, len); in getdir()
482 markbusy(sap->sad_ext_loc, len); in ckinode()
488 markbusy(sap->sad_ext_loc, len); in ckinode()
506 markbusy(lap->lad_ext_loc, len); in ckinode()
512 markbusy(sap->sad_ext_loc, len); in ckinode()
H A Dfsck.h218 void markbusy(daddr_t, long);
H A Dsetup.c545 markbusy(pheadp->phdr_usb.sad_ext_loc, in readvolseq()
585 markbusy(filesetblock, filesetlen); in readvolseq()
H A Dutilities.c125 markbusy(daddr_t block, long count) in markbusy() function