Home
last modified time | relevance | path

Searched refs:mountlist (Results 1 – 21 of 21) sorted by relevance

/NextBSD/usr.bin/showmount/
HDshowmount.c72 struct mountlist { struct
73 struct mountlist *ml_left; argument
74 struct mountlist *ml_right; argument
90 static struct mountlist *mntdump; argument
94 void print_dump(struct mountlist *);
96 int xdr_mntdump(XDR *, struct mountlist **);
238 xdr_mntdump(XDR *xdrsp, struct mountlist **mlp) in xdr_mntdump()
240 register struct mountlist *mp; in xdr_mntdump()
241 register struct mountlist *tp; in xdr_mntdump()
242 register struct mountlist **otp; in xdr_mntdump()
[all …]
/NextBSD/include/rpcsvc/
HDmount.x118 typedef struct mountbody *mountlist; typedef
122 mountlist ml_next;
176 mountlist
234 mountlist
/NextBSD/contrib/amd/fixmount/
HDfixmount.c71 static mountlist mntdump;
79 int remove_mount(CLIENT *, char *, mountlist, int);
80 void fix_rmtab(CLIENT *, char *, mountlist, int, int);
81 void print_dump(mountlist);
130 print_dump(mountlist mp) in print_dump()
156 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit) in remove_mount()
196 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) in fix_rmtab()
198 mountlist p; in fix_rmtab()
/NextBSD/sys/kern/
HDvfs_mountroot.c205 if (VFS_ROOT(TAILQ_FIRST(&mountlist), LK_EXCLUSIVE, &rootvnode)) in set_rootvnode()
262 TAILQ_INSERT_HEAD(&mountlist, mp, mnt_list); in vfs_mountroot_devfs()
291 mporoot = TAILQ_FIRST(&mountlist); in vfs_mountroot_shuffle()
292 TAILQ_REMOVE(&mountlist, mpdevfs, mnt_list); in vfs_mountroot_shuffle()
294 TAILQ_REMOVE(&mountlist, mpnroot, mnt_list); in vfs_mountroot_shuffle()
295 TAILQ_INSERT_HEAD(&mountlist, mpnroot, mnt_list); in vfs_mountroot_shuffle()
297 TAILQ_INSERT_TAIL(&mountlist, mpdevfs, mnt_list); in vfs_mountroot_shuffle()
1035 mp = TAILQ_FIRST(&mountlist); in vfs_mountroot()
HDkern_shutdown.c428 TAILQ_REMOVE(&mountlist, mp, mnt_list); in kern_reroot()
429 TAILQ_REMOVE(&mountlist, devmp, mnt_list); in kern_reroot()
443 TAILQ_INSERT_HEAD(&mountlist, devmp, mnt_list); in kern_reroot()
462 TAILQ_INSERT_TAIL(&mountlist, mp, mnt_list); in kern_reroot()
HDvfs_mount.c85 struct mntlist mountlist = TAILQ_HEAD_INITIALIZER(mountlist); variable
89 MTX_SYSINIT(mountlist, &mountlist_mtx, "mountlist", MTX_DEF);
856 TAILQ_INSERT_TAIL(&mountlist, mp, mnt_list); in vfs_domount_first()
1157 TAILQ_FOREACH_REVERSE(mp, &mountlist, mntlist, mnt_list) { in sys_unmount()
1179 TAILQ_FOREACH_REVERSE(mp, &mountlist, mntlist, mnt_list) { in sys_unmount()
1354 TAILQ_REMOVE(&mountlist, mp, mnt_list); in dounmount()
HDvfs_subr.c580 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in vfs_getvfs()
633 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in vfs_busyfs()
1077 for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) { in vnlru_proc()
3350 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in DB_SHOW_COMMAND()
3386 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in DB_SHOW_COMMAND()
3746 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in sysctl_vnode()
3843 TAILQ_FOREACH_REVERSE_SAFE(mp, &mountlist, mntlist, mnt_list, tmp) { in vfs_unmountall()
HDvfs_syscalls.c134 for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) {
469 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in kern_getfsstat()
480 for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) { in kern_getfsstat()
HDvfs_bio.c1251 TAILQ_REMOVE(&mountlist, in bufshutdown()
/NextBSD/contrib/netbsd-tests/kernel/
HDt_umountstress.sh121 atf_test_case mountlist cleanup
208 atf_add_test_case mountlist
/NextBSD/usr.sbin/mountd/
HDmountd.c93 struct mountlist { struct
94 struct mountlist *ml_next; argument
226 static struct mountlist *mlhead;
449 mlhead = (struct mountlist *)NULL; in main()
1251 struct mountlist *mlp; in xdr_mlist()
2966 struct mountlist *mlp, **mlpp; in get_mountlist()
2986 mlp = (struct mountlist *)malloc(sizeof (*mlp)); in get_mountlist()
2987 if (mlp == (struct mountlist *)NULL) in get_mountlist()
2993 mlp->ml_next = (struct mountlist *)NULL; in get_mountlist()
3003 struct mountlist *mlp, **mlpp; in del_mlist()
[all …]
/NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/
HDmountd.c104 struct mountlist { struct
105 struct mountlist *ml_next; argument
228 static struct mountlist *mlhead;
727 struct mountlist *mlp;
2255 struct mountlist *mlp, **mlpp; in get_mountlist()
2288 struct mountlist *mlp, **mlpp;
2289 struct mountlist *mlp2;
2353 struct mountlist *mlp, **mlpp;
/NextBSD/sys/cddl/compat/opensolaris/kern/
HDopensolaris_vfs.c226 TAILQ_INSERT_TAIL(&mountlist, mp, mnt_list); in mount_snapshot()
/NextBSD/contrib/amd/include/
HDam_xdr_func.h246 bool_t xdr_mountlist(XDR *xdrs, mountlist *objp);
/NextBSD/sys/sys/
HDmount.h892 extern TAILQ_HEAD(mntlist, mount) mountlist; /* mounted filesystem list */
/NextBSD/contrib/amd/libamu/
HDxdr_func.c466 xdr_mountlist(XDR *xdrs, mountlist *objp) in xdr_mountlist()
/NextBSD/sys/ufs/ffs/
HDffs_vfsops.c2227 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in DB_SHOW_COMMAND()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vfsops.c2494 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in zfsvfs_update_fromname()
HDzfs_ioctl.c3017 TAILQ_FOREACH(vfsp, &mountlist, mnt_list) { in zfs_get_vfs()
/NextBSD/sys/geom/journal/
HDg_journal.c2892 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in g_journal_do_switch()
/NextBSD/sys/compat/ndis/
HDsubr_ndis.c2797 if (TAILQ_EMPTY(&mountlist)) {