Searched refs:mountlist (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/include/rpcsvc/
H A Dmount.x118 typedef struct mountbody *mountlist;
122 mountlist ml_next;
173 * mountlist contains one entry for each hostname and
176 mountlist
231 * mountlist contains one entry for each hostname and
234 mountlist
/freebsd-10-stable/usr.bin/showmount/
H A Dshowmount.c74 struct mountlist { struct
75 struct mountlist *ml_left;
76 struct mountlist *ml_right;
92 static struct mountlist *mntdump;
96 void print_dump(struct mountlist *);
98 int xdr_mntdump(XDR *, struct mountlist **);
262 xdr_mntdump(XDR *xdrsp, struct mountlist **mlp)
264 register struct mountlist *mp;
265 register struct mountlist *tp;
266 register struct mountlist **ot
[all...]
/freebsd-10-stable/contrib/amd/fixmount/
H A Dfixmount.c67 static mountlist mntdump;
75 int remove_mount(CLIENT *, char *, mountlist, int);
76 void fix_rmtab(CLIENT *, char *, mountlist, int, int);
77 void print_dump(mountlist);
126 print_dump(mountlist mp)
152 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit)
192 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force)
194 mountlist p;
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh121 atf_test_case mountlist cleanup
124 atf_set "descr" "Checks unmounting a filesystem using mountlist"
147 echo "*** Testing mountlist"
208 atf_add_test_case mountlist
/freebsd-10-stable/sys/kern/
H A Dvfs_mountroot.c192 if (VFS_ROOT(TAILQ_FIRST(&mountlist), LK_EXCLUSIVE, &rootvnode))
249 TAILQ_INSERT_HEAD(&mountlist, mp, mnt_list);
276 /* Shuffle the mountlist. */
278 mporoot = TAILQ_FIRST(&mountlist);
279 TAILQ_REMOVE(&mountlist, mpdevfs, mnt_list);
281 TAILQ_REMOVE(&mountlist, mpnroot, mnt_list);
282 TAILQ_INSERT_HEAD(&mountlist, mpnroot, mnt_list);
284 TAILQ_INSERT_TAIL(&mountlist, mpdevfs, mnt_list);
999 mp = TAILQ_FIRST(&mountlist);
H A Dkern_shutdown.c436 TAILQ_REMOVE(&mountlist,
550 TAILQ_REMOVE(&mountlist, mp, mnt_list);
551 TAILQ_REMOVE(&mountlist, devmp, mnt_list);
565 TAILQ_INSERT_HEAD(&mountlist, devmp, mnt_list);
584 TAILQ_INSERT_TAIL(&mountlist, mp, mnt_list);
H A Dvfs_mount.c89 struct mntlist mountlist = TAILQ_HEAD_INITIALIZER(mountlist); variable in typeref:struct:mntlist
91 /* For any iteration/modification of mountlist */
93 MTX_SYSINIT(mountlist, &mountlist_mtx, "mountlist", MTX_DEF);
914 TAILQ_INSERT_TAIL(&mountlist, mp, mnt_list);
1220 TAILQ_FOREACH_REVERSE(mp, &mountlist, mntlist, mnt_list) {
1242 TAILQ_FOREACH_REVERSE(mp, &mountlist, mntlist, mnt_list) {
1435 TAILQ_REMOVE(&mountlist, mp, mnt_list);
H A Dvfs_subr.c569 TAILQ_FOREACH(mp, &mountlist, mnt_list) {
622 TAILQ_FOREACH(mp, &mountlist, mnt_list) {
995 for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) {
3128 TAILQ_FOREACH(mp, &mountlist, mnt_list) {
3164 TAILQ_FOREACH(mp, &mountlist, mnt_list) {
3523 TAILQ_FOREACH(mp, &mountlist, mnt_list) {
3620 TAILQ_FOREACH_REVERSE_SAFE(mp, &mountlist, mntlist, mnt_list, tmp) {
H A Dvfs_syscalls.c138 for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) {
441 TAILQ_FOREACH(mp, &mountlist, mnt_list) {
452 for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) {
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c93 struct mountlist { struct
94 struct mountlist *ml_next;
225 struct mountlist *mlhead;
462 mlhead = (struct mountlist *)NULL;
1285 struct mountlist *mlp;
3008 struct mountlist *mlp, **mlpp;
3028 mlp = (struct mountlist *)malloc(sizeof (*mlp));
3029 if (mlp == (struct mountlist *)NULL)
3035 mlp->ml_next = (struct mountlist *)NULL;
3045 struct mountlist *ml
[all...]
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vfs.c239 TAILQ_INSERT_TAIL(&mountlist, mp, mnt_list);
/freebsd-10-stable/sys/sys/
H A Dmount.h896 extern TAILQ_HEAD(mntlist, mount) mountlist; /* mounted filesystem list */
/freebsd-10-stable/sys/compat/linprocfs/
H A Dlinprocfs.c346 TAILQ_FOREACH(mp, &mountlist, mnt_list) {
/freebsd-10-stable/contrib/amd/include/
H A Dam_xdr_func.h1053 bool_t xdr_mountlist(XDR *xdrs, mountlist *objp);
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_ndis.c2796 if (TAILQ_EMPTY(&mountlist)) {
/freebsd-10-stable/contrib/amd/libamu/
H A Dxdr_func.c462 xdr_mountlist(XDR *xdrs, mountlist *objp)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c2508 TAILQ_FOREACH(mp, &mountlist, mnt_list) {
H A Dzfs_ioctl.c3048 TAILQ_FOREACH(vfsp, &mountlist, mnt_list) {
/freebsd-10-stable/sys/geom/journal/
H A Dg_journal.c2843 TAILQ_FOREACH(mp, &mountlist, mnt_list) {
/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_vfsops.c2272 TAILQ_FOREACH(mp, &mountlist, mnt_list) {

Completed in 475 milliseconds