Searched refs:MNT_EXPORTED (Results 1 – 11 of 11) sorted by relevance
311 if ((argp->ex_flags & (MNT_DELEXPORT | MNT_EXPORTED)) == 0) in vfs_export()314 if ((argp->ex_flags & MNT_EXPORTED) != 0 && in vfs_export()338 mp->mnt_flag &= ~(MNT_EXPORTED | MNT_DEFEXPORTED); in vfs_export()341 if (argp->ex_flags & MNT_EXPORTED) { in vfs_export()360 mp->mnt_flag |= MNT_EXPORTED; in vfs_export()477 if ((mp->mnt_flag & MNT_EXPORTED) == 0) in vfs_export_lookup()
1140 if (fsflags & MNT_EXPORTED) { in vfs_domount()
3758 MNT_FLAG(MNT_EXPORTED); in DB_SHOW_COMMAND()
79 #define NFSVNO_EXPORTED(e) ((e)->nes_exflag & MNT_EXPORTED)85 #define NFSVNO_SETEXRDONLY(e) ((e)->nes_exflag = (MNT_EXPORTED|MNT_EXRDONLY))
311 #define MNT_EXPORTED 0x0000000000000100ULL /* filesystem is exported */ macro336 MNT_ASYNC | MNT_EXRDONLY | MNT_EXPORTED | \
100 { MNT_EXPORTED, "NFS exported" },
247 if (err == EBADF && vnode_mount(vp)->mnt_flag & MNT_EXPORTED) { in fuse_io_dispatch()
1492 if (err == EBADF && vnode_mount(vp)->mnt_flag & MNT_EXPORTED) { in fuse_vnop_readdir()
457 if (vp->v_type == VREG && (vp->v_mount->mnt_flag & MNT_EXPORTED) != 0 && in nfsvno_setattr()3284 nfsv4root_mnt.mnt_flag = (MNT_RDONLY | MNT_EXPORTED); in nfsd_mntinit()4173 if (vp->v_type != VREG || (vp->v_mount->mnt_flag & MNT_EXPORTED) == 0 || in nfsrv_pnfsremovesetup()4431 if (vp->v_type != VREG || (vp->v_mount->mnt_flag & MNT_EXPORTED) == 0 || in nfsrv_proxyds()
7709 if ((mp->mnt_flag & MNT_EXPORTED) == 0) { in nfsrv_setdsserver()
1569 exflags = MNT_EXPORTED; in get_exportlist_one()2360 if (!(fsp->f_flags & MNT_EXPORTED)) in delete_export()