Searched refs:exflags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | physmem.h | 77 uint32_t exflags) in physmem_exclude_regions() argument 81 exflags); in physmem_exclude_regions()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_physmem.c | 172 regions_to_avail(vm_paddr_t *avail, uint32_t exflags, size_t maxavail, in regions_to_avail() argument 192 if ((exp->flags & exflags) == 0) in regions_to_avail() 365 physmem_exclude_region(vm_paddr_t pa, vm_size_t sz, uint32_t exflags) in physmem_exclude_region() argument 380 excnt = insert_region(exregions, excnt, pa, sz, exflags); in physmem_exclude_region()
|
| /freebsd-12-stable/usr.sbin/mountd/ |
| D | mountd.c | 1552 int len, has_host, exflags, got_nondir, dirplen, netgrp; in get_exportlist_one() local 1569 exflags = MNT_EXPORTED; in get_exportlist_one() 1612 &exflags, &anon)) { in get_exportlist_one() 1784 grp->gr_exflags = exflags; in get_exportlist_one() 1788 if (passno == 0 && do_mount(ep, grp, exflags, &anon, in get_exportlist_one() 1841 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags); in get_exportlist_one() 1846 opt_flags, &anon, exflags); in get_exportlist_one() 2488 int flags, struct xucred *anoncrp, int exflags) in hang_dirp() argument 2507 ep->ex_defexflags = exflags; in hang_dirp() 2528 exflags); in hang_dirp() [all …]
|
| /freebsd-12-stable/sys/nlm/ |
| 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-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdport.c | 3372 int exflags, error = 0, numsecflavor, *secflavors, i; in nfsvno_v4rootexport() local 3374 error = vfs_stdcheckexp(&nfsv4root_mnt, nd->nd_nam, &exflags, in nfsvno_v4rootexport()
|