/src/sbin/fsck/ |
fsck.c | 82 static int checkfs(const char *, const char *, const char *, void *, pid_t *); 191 return checkfstab(flags, maxrun, isok, checkfs); 237 rval = checkfs(type, blockcheck(spec), *argv, NULL, NULL); 267 checkfs(const char *vfst, const char *spec, const char *mntpt, void *auxarg, function in typeref:typename:int
|
fsck.c | 82 static int checkfs(const char *, const char *, const char *, void *, pid_t *); 191 return checkfstab(flags, maxrun, isok, checkfs); 237 rval = checkfs(type, blockcheck(spec), *argv, NULL, NULL); 267 checkfs(const char *vfst, const char *spec, const char *mntpt, void *auxarg, function in typeref:typename:int
|
/src/usr.bin/fstat/ |
fstat.c | 639 checkfs(struct vnode *vp, struct vnode *vn, struct filestat *fst, function in typeref:typename:int 708 if (!checkfs(vp, &vn, &fst, &badtype, &filename)) 1197 if (!checkfs(unpcb.unp_vnode, &vn, &fst,
|
fstat.c | 639 checkfs(struct vnode *vp, struct vnode *vn, struct filestat *fst, function in typeref:typename:int 708 if (!checkfs(vp, &vn, &fst, &badtype, &filename)) 1197 if (!checkfs(unpcb.unp_vnode, &vn, &fst,
|