Searched refs:exflags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | physmem.h | 77 uint32_t exflags) in physmem_exclude_regions() argument 81 exflags); in physmem_exclude_regions()
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_physmem.c | 155 regions_to_avail(vm_paddr_t *avail, uint32_t exflags, size_t maxavail, in regions_to_avail() argument 177 if ((exp->flags & exflags) == 0) in regions_to_avail() 366 physmem_exclude_region(vm_paddr_t pa, vm_size_t sz, uint32_t exflags) in physmem_exclude_region() argument 381 excnt = insert_region(exregions, excnt, pa, sz, exflags); in physmem_exclude_region()
|
| /freebsd-13.1/usr.sbin/mountd/ |
| H A D | mountd.c | 1561 uint64_t exflags; in get_exportlist_one() local 1582 exflags = MNT_EXPORTED; in get_exportlist_one() 1625 &exflags, &anon)) { in get_exportlist_one() 1797 grp->gr_exflags = exflags; in get_exportlist_one() 1859 opt_flags, &anon, exflags); in get_exportlist_one() 2545 exflags); in hang_dirp() 2558 uint64_t exflags) in add_dlist() argument 2569 exflags); in add_dlist() 2573 exflags); in add_dlist() 2608 ep->ex_defexflags = exflags; in add_dlist() [all …]
|
| /freebsd-13.1/sys/nlm/ |
| H A D | nlm_prot_impl.c | 1734 uint64_t exflags; in nlm_get_vfs_state() local 1747 (struct sockaddr *)&host->nh_addr, &exflags, &credanon, in nlm_get_vfs_state() 1752 if (exflags & MNT_EXRDONLY || in nlm_get_vfs_state() 1769 if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nlm_get_vfs_state()
|
| /freebsd-13.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 3621 uint64_t exflags; in nfsvno_v4rootexport() local 3623 error = vfs_stdcheckexp(&nfsv4root_mnt, nd->nd_nam, &exflags, in nfsvno_v4rootexport() 3643 if ((exflags & MNT_EXTLS) != 0) { in nfsvno_v4rootexport() 3645 if ((exflags & MNT_EXTLSCERT) != 0) in nfsvno_v4rootexport() 3647 if ((exflags & MNT_EXTLSCERTUSER) != 0) in nfsvno_v4rootexport()
|