Searched refs:exflags (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/dev/cardbus/ |
| H A D | rbus.c | 76 int exflags = EX_FAST | EX_NOWAIT | EX_MALLOCOK; in rbus_space_alloc_subregion() local 107 subend, size, align, 0, exflags, &result)) { in rbus_space_alloc_subregion() 114 addr + size, size, 1, 0, exflags, &result)) { in rbus_space_alloc_subregion() 132 align, 0, exflags, &result); in rbus_space_alloc_subregion() 149 extent_free(rbt->rb_ext, result, size, exflags); in rbus_space_alloc_subregion() 171 int exflags = EX_FAST | EX_NOWAIT; in rbus_space_free() local 181 extent_free(rbt->rb_ext, addr, size, exflags); in rbus_space_free()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_srvsubs.c | 301 int error, exflags; in nfsrv_fhtovp() local 314 error = netexport_check(&fhp->fh_fsid, nam, &mp, &exflags, &credanon); in nfsrv_fhtovp() 323 if (!(exflags & (MNT_EXNORESPORT|MNT_EXPUBLIC))) { in nfsrv_fhtovp() 339 if (exflags & MNT_EXKERB) { in nfsrv_fhtovp() 348 (exflags & MNT_EXPORTANON)) { in nfsrv_fhtovp() 360 if (exflags & MNT_EXRDONLY) in nfsrv_fhtovp()
|
| /netbsd-src/usr.sbin/mountd/ |
| H A D | mountd.c | 1026 int has_host, exflags, got_nondir, dirplen; in get_exportlist_one() local 1044 exflags = MNT_EXPORTED; in get_exportlist_one() 1051 exflags |= MNT_EXNORESPORT; in get_exportlist_one() 1083 &has_host, &exflags, &anon)) in get_exportlist_one() 1165 if (do_nfssvc(line, lineno, ep, grp, exflags, &anon, in get_exportlist_one() 1954 add_export_arg(const char *path, int exflags, struct uucred *anoncrp, in add_export_arg() argument 1977 export->ex_flags = exflags; in add_export_arg() 2000 struct grouplist *grp, int exflags, struct uucred *anoncrp, in do_nfssvc() argument 2012 if (add_export_arg(fsb->f_mntonname, exflags, anoncrp, in do_nfssvc() 2027 if (add_export_arg(fsb->f_mntonname, exflags, anoncrp, in do_nfssvc()
|
| /netbsd-src/sys/fs/nfs/nlm/ |
| H A D | nlm_prot_impl.c | 1764 int error, exflags; in nlm_get_vfs_state() local 1777 (struct sockaddr *)&host->nh_addr, &exflags, &credanon, in nlm_get_vfs_state() 1782 if (exflags & MNT_EXRDONLY || in nlm_get_vfs_state() 1799 if (cred->cr_uid == 0 || (exflags & MNT_EXPORTANON)) { in nlm_get_vfs_state()
|
| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdport.c | 3054 int exflags, error = 0, numsecflavor, *secflavors, i; in nfsvno_v4rootexport() local 3056 error = vfs_stdcheckexp(&nfsv4root_mnt, nd->nd_nam, &exflags, in nfsvno_v4rootexport()
|