Searched refs:exflags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/arm/include/ |
| H A D | physmem.h | 82 uint32_t exflags) in arm_physmem_exclude_regions() argument 86 exflags); in arm_physmem_exclude_regions()
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | physmem.c | 177 regions_to_avail(vm_paddr_t *avail, uint32_t exflags, size_t maxavail, in regions_to_avail() argument 197 if ((exp->flags & exflags) == 0) in regions_to_avail() 371 arm_physmem_exclude_region(vm_paddr_t pa, vm_size_t sz, uint32_t exflags) in arm_physmem_exclude_region() argument 386 excnt = insert_region(exregions, excnt, pa, sz, exflags); in arm_physmem_exclude_region()
|
| /freebsd-12.1/usr.sbin/mountd/ |
| H A D | mountd.c | 1485 exflags = MNT_EXPORTED; in get_exportlist_one() 1528 &exflags, &anon)) { in get_exportlist_one() 1702 grp->gr_exflags = exflags; in get_exportlist_one() 1764 opt_flags, &anon, exflags); in get_exportlist_one() 2411 ep->ex_defexflags = exflags; in hang_dirp() 2432 exflags); in hang_dirp() 2455 exflags); in add_dlist() 2459 exflags); in add_dlist() 2494 ep->ex_defexflags = exflags; in add_dlist() 2981 eap->ex_flags = exflags; in do_mount() [all …]
|
| /freebsd-12.1/sys/nlm/ |
| H A D | nlm_prot_impl.c | 1741 int error, exflags; in nlm_get_vfs_state() local 1754 (struct sockaddr *)&host->nh_addr, &exflags, &credanon, in nlm_get_vfs_state() 1759 if (exflags & MNT_EXRDONLY || in nlm_get_vfs_state() 1776 if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nlm_get_vfs_state()
|
| /freebsd-12.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 3353 int exflags, error = 0, numsecflavor, *secflavors, i; in nfsvno_v4rootexport() local 3355 error = vfs_stdcheckexp(&nfsv4root_mnt, nd->nd_nam, &exflags, in nfsvno_v4rootexport()
|