| /NextBSD/usr.bin/showmount/ |
| HD | showmount.c | 72 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/ |
| HD | mount.x | 118 typedef struct mountbody *mountlist; typedef 122 mountlist ml_next; 176 mountlist 234 mountlist
|
| /NextBSD/contrib/amd/fixmount/ |
| HD | fixmount.c | 71 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/ |
| HD | vfs_mountroot.c | 205 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()
|
| HD | kern_shutdown.c | 428 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()
|
| HD | vfs_mount.c | 85 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()
|
| HD | vfs_subr.c | 580 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()
|
| HD | vfs_syscalls.c | 134 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()
|
| HD | vfs_bio.c | 1251 TAILQ_REMOVE(&mountlist, in bufshutdown()
|
| /NextBSD/contrib/netbsd-tests/kernel/ |
| HD | t_umountstress.sh | 121 atf_test_case mountlist cleanup 208 atf_add_test_case mountlist
|
| /NextBSD/usr.sbin/mountd/ |
| HD | mountd.c | 93 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/ |
| HD | mountd.c | 104 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/ |
| HD | opensolaris_vfs.c | 226 TAILQ_INSERT_TAIL(&mountlist, mp, mnt_list); in mount_snapshot()
|
| /NextBSD/contrib/amd/include/ |
| HD | am_xdr_func.h | 246 bool_t xdr_mountlist(XDR *xdrs, mountlist *objp);
|
| /NextBSD/sys/sys/ |
| HD | mount.h | 892 extern TAILQ_HEAD(mntlist, mount) mountlist; /* mounted filesystem list */
|
| /NextBSD/contrib/amd/libamu/ |
| HD | xdr_func.c | 466 xdr_mountlist(XDR *xdrs, mountlist *objp) in xdr_mountlist()
|
| /NextBSD/sys/ufs/ffs/ |
| HD | ffs_vfsops.c | 2227 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in DB_SHOW_COMMAND()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfs_vfsops.c | 2494 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in zfsvfs_update_fromname()
|
| HD | zfs_ioctl.c | 3017 TAILQ_FOREACH(vfsp, &mountlist, mnt_list) { in zfs_get_vfs()
|
| /NextBSD/sys/geom/journal/ |
| HD | g_journal.c | 2892 TAILQ_FOREACH(mp, &mountlist, mnt_list) { in g_journal_do_switch()
|
| /NextBSD/sys/compat/ndis/ |
| HD | subr_ndis.c | 2797 if (TAILQ_EMPTY(&mountlist)) {
|