Searched refs:exflags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | physmem.h | 80 uint32_t exflags) in physmem_exclude_regions() argument 84 exflags); in physmem_exclude_regions()
|
| /freebsd-14.2/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 207 if ((exp->flags & exflags) == 0) in regions_to_avail() 479 physmem_exclude_region(vm_paddr_t pa, vm_size_t sz, uint32_t exflags) in physmem_exclude_region() argument 494 excnt = insert_region(exregions, excnt, pa, sz, exflags); in physmem_exclude_region()
|
| /freebsd-14.2/usr.sbin/mountd/ |
| H A D | mountd.c | 1569 uint64_t exflags; in get_exportlist_one() local 1593 exflags = MNT_EXPORTED; in get_exportlist_one() 1636 &exflags, &anon)) { in get_exportlist_one() 1844 grp->gr_exflags = exflags; in get_exportlist_one() 1906 opt_flags, &anon, exflags); in get_exportlist_one() 2592 exflags); in hang_dirp() 2605 uint64_t exflags) in add_dlist() argument 2616 exflags); in add_dlist() 2620 exflags); in add_dlist() 2655 ep->ex_defexflags = exflags; in add_dlist() [all …]
|
| /freebsd-14.2/sys/nlm/ |
| H A D | nlm_prot_impl.c | 1732 uint64_t exflags; in nlm_get_vfs_state() local 1745 (struct sockaddr *)&host->nh_addr, &exflags, &credanon, in nlm_get_vfs_state() 1750 if (exflags & MNT_EXRDONLY || in nlm_get_vfs_state() 1767 if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nlm_get_vfs_state()
|
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 3722 uint64_t exflags; in nfsvno_v4rootexport() local 3724 error = vfs_stdcheckexp(NFSD_VNET(nfsv4root_mnt), nd->nd_nam, &exflags, in nfsvno_v4rootexport() 3744 if ((exflags & MNT_EXTLS) != 0) { in nfsvno_v4rootexport() 3746 if ((exflags & MNT_EXTLSCERT) != 0) in nfsvno_v4rootexport() 3748 if ((exflags & MNT_EXTLSCERTUSER) != 0) in nfsvno_v4rootexport()
|