Lines Matching defs:fst
639 checkfs(struct vnode *vp, struct vnode *vn, struct filestat *fst,
647 *type = vfilestat(vn, fst);
656 if (d->fsid == fst->fsid) {
658 if (d->ino == fst->fileid) {
671 vprint(struct vnode *vn, struct filestat *fst)
678 if (nflg || ((name = devname(fst->rdev, vn->v_type == VCHR ?
681 kdriver_search(vn->v_type, major(fst->rdev)),
682 (unsigned long long)minor(fst->rdev));
688 (void)printf(" %6lld", (long long)fst
706 struct filestat fst;
708 if (!checkfs(vp, &vn, &fst, &badtype, &filename))
726 (unsigned long long)major(fst.fsid),
727 (unsigned long long)minor(fst.fsid));
731 (void)snprintf(mode, sizeof mode, "%6o", fst.mode);
733 strmode(fst.mode, mode);
734 (void)printf(" %8"PRIu64" %*s", fst.fileid, nflg ? 5 : 10, mode);
738 vprint(&vn, &fst);
1193 struct filestat fst;
1197 if (!checkfs(unpcb.unp_vnode, &vn, &fst,