Searched refs:checkfs (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sbin/fsck/ |
H A D | fsck.c | 82 static int checkfs(const char *, const char *, const char *, void *, pid_t *); 191 return checkfstab(flags, maxrun, isok, checkfs); in main() 237 rval = checkfs(type, blockcheck(spec), *argv, NULL, NULL); in main() 267 checkfs(const char *vfst, const char *spec, const char *mntpt, void *auxarg, in checkfs() function
|
/netbsd-src/usr.bin/fstat/ |
H A D | fstat.c | 639 checkfs(struct vnode *vp, struct vnode *vn, struct filestat *fst, in checkfs() function 708 if (!checkfs(vp, &vn, &fst, &badtype, &filename)) in vtrans() 1197 if (!checkfs(unpcb.unp_vnode, &vn, &fst, in socktrans()
|