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

/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c234 int backcount; local
264 backcount = open_backpath(mountfd, max_bf_size, &backpath,
268 * Only need backcount - 1 spaces for fd's since
273 (backcount - 1) * sizeof (int))) == NULL)
276 enable->backfilecount = backcount;
277 bcopy(fd_array, &(enable->backfiledesc), backcount * sizeof (int));
302 unlink_all(unlinkpath, backcount);
307 unlink_all(unlinkpath, backcount);
317 unlink_all(unlinkpath, backcount);
325 close_all(unlinkpath, backcount, fd_arra
[all...]

Completed in 57 milliseconds