Lines Matching defs:mp
116 tmpfs_update_mtime_lazy(struct mount *mp) in tmpfs_update_mtime_lazy()
129 tmpfs_update_mtime_all(struct mount *mp) in tmpfs_update_mtime_all()
187 tmpfs_all_rw_maps(struct mount *mp, bool (*cb)(struct mount *mp, vm_map_t, in tmpfs_all_rw_maps()
271 tmpfs_check_rw_maps(struct mount *mp) in tmpfs_check_rw_maps()
281 tmpfs_rw_to_ro(struct mount *mp) in tmpfs_rw_to_ro()
322 tmpfs_mount(struct mount *mp) in tmpfs_mount()
495 tmpfs_unmount(struct mount *mp, int mntflags) in tmpfs_unmount()
574 tmpfs_root(struct mount *mp, int flags, struct vnode **vpp) in tmpfs_root()
585 tmpfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, in tmpfs_fhtovp()
623 tmpfs_statfs(struct mount *mp, struct statfs *sbp) in tmpfs_statfs()
655 tmpfs_sync(struct mount *mp, int waitfor) in tmpfs_sync()
708 db_print_tmpfs(struct mount *mp, struct tmpfs_mount *tmp) in db_print_tmpfs()
726 struct mount *mp; in DB_SHOW_COMMAND() local