HomeSort by: relevance | last modified time | path
    Searched defs:ne_mount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs_export.c 122 struct mount *ne_mount; member in struct:netexport
213 mp = ne->ne_mount;
300 KASSERT(ne->ne_mount == mp);
349 if (ne->ne_mount == mp) {
364 const struct mount *mp = ne->ne_mount;
405 *mpp = ne->ne_mount;
474 ne->ne_mount = mp;
669 struct mount *mp = ne->ne_mount;
705 struct mount *mp = nep->ne_mount;
821 if ((ne->ne_mount->mnt_flag & MNT_EXPORTED) == 0)
    [all...]
nfs_export.c 122 struct mount *ne_mount; member in struct:netexport
213 mp = ne->ne_mount;
300 KASSERT(ne->ne_mount == mp);
349 if (ne->ne_mount == mp) {
364 const struct mount *mp = ne->ne_mount;
405 *mpp = ne->ne_mount;
474 ne->ne_mount = mp;
669 struct mount *mp = ne->ne_mount;
705 struct mount *mp = nep->ne_mount;
821 if ((ne->ne_mount->mnt_flag & MNT_EXPORTED) == 0)
    [all...]

Completed in 26 milliseconds