MNT_RELOAD 128 kern/vfs_syscalls.c if ((SCARG(uap, flags) & MNT_RELOAD) && MNT_RELOAD 162 kern/vfs_syscalls.c mp->mnt_flag |= SCARG(uap, flags) & (MNT_RELOAD | MNT_UPDATE); MNT_RELOAD 276 kern/vfs_syscalls.c (MNT_UPDATE | MNT_RELOAD | MNT_FORCE | MNT_WANTRDWR); MNT_RELOAD 127 msdosfs/msdosfs_vfsops.c if (!error && (mp->mnt_flag & MNT_RELOAD)) MNT_RELOAD 213 ufs/ext2fs/ext2fs_vfsops.c if (mp->mnt_flag & MNT_RELOAD) { MNT_RELOAD 260 ufs/ffs/ffs_vfsops.c if (!error && (mp->mnt_flag & MNT_RELOAD))