Searched refs:exflags (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | physmem.h | 80 uint32_t exflags) in physmem_exclude_regions() argument 84 exflags); in physmem_exclude_regions()
|
/freebsd/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()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 1592 uint64_t exflags; in get_exportlist_one() local 1617 exflags = MNT_EXPORTED; in get_exportlist_one() 1660 &exflags, &anon, unvis_dir)) { in get_exportlist_one() 1869 grp->gr_exflags = exflags; in get_exportlist_one() 1873 if (passno == 0 && do_mount(ep, grp, exflags, &anon, in get_exportlist_one() 1926 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags); in get_exportlist_one() 1931 opt_flags, &anon, exflags); in get_exportlist_one() 2573 int flags, struct expcred *anoncrp, uint64_t exflags) in hang_dirp() argument 2592 ep->ex_defexflags = exflags; in hang_dirp() 2613 exflags); in hang_dirp() [all …]
|
/freebsd/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()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 3744 uint64_t exflags; in nfsvno_v4rootexport() local 3746 error = vfs_stdcheckexp(NFSD_VNET(nfsv4root_mnt), nd->nd_nam, &exflags, in nfsvno_v4rootexport() 3766 if ((exflags & MNT_EXTLS) != 0) { in nfsvno_v4rootexport() 3768 if ((exflags & MNT_EXTLSCERT) != 0) in nfsvno_v4rootexport() 3770 if ((exflags & MNT_EXTLSCERTUSER) != 0) in nfsvno_v4rootexport()
|