Searched refs:exflags (Results 1 – 5 of 5) sorted by relevance
| /src/sys/sys/ |
| H A D | physmem.h | 80 uint32_t exflags) in physmem_exclude_regions() argument 84 exflags); in physmem_exclude_regions()
|
| /src/sys/kern/ |
| H A D | subr_physmem.c | 184 regions_to_avail(vm_paddr_t *avail, uint32_t exflags, size_t maxavail, in regions_to_avail() argument 209 if ((exp->flags & exflags) == 0) in regions_to_avail() 481 physmem_exclude_region(vm_paddr_t pa, vm_size_t sz, uint32_t exflags) in physmem_exclude_region() argument 496 excnt = insert_region(exregions, excnt, pa, sz, exflags); in physmem_exclude_region()
|
| /src/usr.sbin/mountd/ |
| H A D | mountd.c | 1593 uint64_t exflags; in get_exportlist_one() local 1618 exflags = MNT_EXPORTED; in get_exportlist_one() 1661 &exflags, &anon, unvis_dir)) { in get_exportlist_one() 1870 grp->gr_exflags = exflags; in get_exportlist_one() 1874 if (passno == 0 && do_mount(ep, grp, exflags, &anon, in get_exportlist_one() 1927 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags); in get_exportlist_one() 1932 opt_flags, &anon, exflags); in get_exportlist_one() 2603 int flags, struct expcred *anoncrp, uint64_t exflags) in hang_dirp() argument 2622 ep->ex_defexflags = exflags; in hang_dirp() 2643 exflags); in hang_dirp() [all …]
|
| /src/sys/nlm/ |
| H A D | nlm_prot_impl.c | 1760 uint64_t exflags; in nlm_get_vfs_state() local 1773 (struct sockaddr *)&host->nh_addr, &exflags, &credanon, in nlm_get_vfs_state() 1778 if (exflags & MNT_EXRDONLY || in nlm_get_vfs_state() 1795 if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nlm_get_vfs_state()
|
| /src/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 4002 uint64_t exflags; in nfsvno_v4rootexport() local 4004 error = vfs_stdcheckexp(NFSD_VNET(nfsv4root_mnt), nd->nd_nam, &exflags, in nfsvno_v4rootexport() 4024 if ((exflags & MNT_EXTLS) != 0) { in nfsvno_v4rootexport() 4026 if ((exflags & MNT_EXTLSCERT) != 0) in nfsvno_v4rootexport() 4028 if ((exflags & MNT_EXTLSCERTUSER) != 0) in nfsvno_v4rootexport()
|