Searched refs:fswritefd (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sbin/fsck_ffs/ |
| D | setup.c | 87 fswritefd = -1; in setup() 172 fswritefd = -1; in setup() 178 (fswritefd = dup(disk.d_fd)) < 0)) { in setup() 179 fswritefd = -1; in setup() 247 flush(fswritefd, &asblk); in setup() 250 fswritefd != -1 && chkrecovery(fsreadfd) == 0 && in setup() 252 saverecovery(fsreadfd, fswritefd); in setup() 435 fswritefd = -1; in sblock_init()
|
| D | fsutil.c | 131 if (!persevere && (nflag || (fswritefd < 0 && bkgrdflag == 0))) { in reply() 265 flush(fswritefd, cgbp); in flushentry() 310 flush(fswritefd, bp); in getblk() 334 if (fswritefd < 0) { in flush() 406 if (fswritefd < 0) { in ckfini() 410 flush(fswritefd, &sblk); in ckfini() 418 flush(fswritefd, &sblk); in ckfini() 420 flush(fswritefd, &cgblk); in ckfini() 426 flush(fswritefd, bp); in ckfini() 436 flush(fswritefd, &cgbufs[cnt]); in ckfini() [all …]
|
| D | globs.c | 104 int fswritefd; /* file descriptor for writing file system */ variable 163 fswritefd = 0; in fsckinit()
|
| D | main.c | 443 flush(fswritefd, &sblk); in checkfilesys() 461 fswritefd != -1 && getosreldate() >= P_OSREL_CK_CYLGRP) { in checkfilesys() 596 blwrite(fswritefd, (char *)&sblock, in checkfilesys()
|
| D | fsck.h | 208 if (fswritefd < 0) \ 334 extern int fswritefd; /* file descriptor for writing file system */
|
| D | pass5.c | 622 blzero(fswritefd, fsbtodb(&sblock, start), in clear_blocks() 625 blerase(fswritefd, fsbtodb(&sblock, start), in clear_blocks()
|
| D | dir.c | 234 if (!zflag || fswritefd < 0) in dircheck() 288 if (zflag && fswritefd >= 0) { in dircheck()
|
| D | inode.c | 197 flush(fswritefd, bp); in iblock()
|