Lines Matching defs:mount
56 #include <sys/mount.h>
167 struct mount *
168 getmnt(struct mount *);
173 void mount_print(struct mount *);
304 struct mount *maddr, *mp;
491 "vnode's mount point");
631 * Given a pointer to a mount structure in kernel space,
634 struct mount *
635 getmnt(struct mount *maddr)
639 struct mount *maddr;
640 struct mount mount;
643 struct mount mb;
647 return (&mt->mount);
648 KGETRET(maddr, &mb, sizeof(struct mount), "mount table");
651 mt->mount = mb;
655 return (&mt->mount);
659 mount_print(struct mount *mp)
663 (void)printf("*** MOUNT %s %s on %s", ST.f_fstypename,
791 /* Sort by mount like we get it from sysctl. */