Searched refs:exflags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/arm/arm/ |
| HD | physmem.c | 163 regions_to_avail(vm_paddr_t *avail, uint32_t exflags, long *pavail) in regions_to_avail() argument 182 if ((exp->flags & exflags) == 0) in regions_to_avail() 330 arm_physmem_exclude_region(vm_paddr_t pa, vm_size_t sz, uint32_t exflags) in arm_physmem_exclude_region() argument 345 insert_region(exregions, excnt++, pa, sz, exflags); in arm_physmem_exclude_region()
|
| /freebsd-11-stable/sys/arm/include/ |
| HD | physmem.h | 79 uint32_t exflags) in arm_physmem_exclude_regions() argument 83 exflags); in arm_physmem_exclude_regions()
|
| /freebsd-11-stable/usr.sbin/mountd/ |
| HD | mountd.c | 1507 int len, has_host, exflags, got_nondir, dirplen, netgrp; in get_exportlist_one() local 1524 exflags = MNT_EXPORTED; in get_exportlist_one() 1567 &exflags, &anon)) { in get_exportlist_one() 1741 grp->gr_exflags = exflags; in get_exportlist_one() 1745 if (passno == 0 && do_mount(ep, grp, exflags, &anon, in get_exportlist_one() 1798 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags); in get_exportlist_one() 1803 opt_flags, &anon, exflags); in get_exportlist_one() 2431 int flags, struct xucred *anoncrp, int exflags) in hang_dirp() argument 2450 ep->ex_defexflags = exflags; in hang_dirp() 2471 exflags); in hang_dirp() [all …]
|
| /freebsd-11-stable/sys/nlm/ |
| HD | nlm_prot_impl.c | 1756 int error, exflags; in nlm_get_vfs_state() local 1769 (struct sockaddr *)&host->nh_addr, &exflags, &credanon, in nlm_get_vfs_state() 1774 if (exflags & MNT_EXRDONLY || in nlm_get_vfs_state() 1791 if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nlm_get_vfs_state()
|
| /freebsd-11-stable/sys/fs/nfsserver/ |
| HD | nfs_nfsdport.c | 3098 int exflags, error = 0, numsecflavor, *secflavors, i; in nfsvno_v4rootexport() local 3100 error = vfs_stdcheckexp(&nfsv4root_mnt, nd->nd_nam, &exflags, in nfsvno_v4rootexport()
|