Searched defs:clabel (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_srv.c | 184 bslabel_t *clabel = req->rq_label; local 186 ASSERT(clabel != NULL); 190 if (!blequal(&l_admin_low->tsl_label, clabel)) { 191 if (!do_rfs_label_check(clabel, vp, EQUALITY_CHECK, 484 bslabel_t *clabel = req->rq_label; local 486 ASSERT(clabel != NULL); 490 if (!blequal(&l_admin_low->tsl_label, clabel)) { 491 if (!do_rfs_label_check(clabel, dvp, 628 bslabel_t *clabel = req->rq_label; local 630 ASSERT(clabel ! 781 bslabel_t *clabel = req->rq_label; local 959 bslabel_t *clabel = req->rq_label; local 1287 bslabel_t *clabel = req->rq_label; local 1561 bslabel_t *clabel = req->rq_label; local 1918 bslabel_t *clabel = req->rq_label; local 2067 bslabel_t *clabel = req->rq_label; local 2243 bslabel_t *clabel = req->rq_label; local 2440 bslabel_t *clabel = req->rq_label; local 2584 bslabel_t *clabel = req->rq_label; local 2679 bslabel_t *clabel; local 2907 bslabel_t *clabel; local 3126 bslabel_t *clabel = req->rq_label; local 3397 bslabel_t *clabel = req->rq_label; local 3740 bslabel_t *clabel = req->rq_label; local 3838 bslabel_t *clabel = req->rq_label; local 3943 bslabel_t *clabel = req->rq_label; local 4064 bslabel_t *clabel = req->rq_label; local [all...] |
H A D | nfs_server.c | 3246 do_rfs_label_check(bslabel_t *clabel, vnode_t *vp, int flag, argument 3259 bslabel_t *, slabel, bslabel_t *, clabel, vnode_t *, vp); 3262 result = blequal(clabel, slabel); 3264 result = bldominates(clabel, slabel);
|
H A D | nfs4_srv.c | 1248 bslabel_t *clabel, *slabel; local 1300 clabel = req->rq_label; 1304 if (!blequal(&l_admin_low->tsl_label, clabel)) { 1323 bldominates(clabel, slabel))) 1330 bldominates(clabel, slabel))) 1339 blequal(clabel, slabel))) 1350 blequal(clabel, slabel))) 1358 bldominates(clabel, slabel))) 2805 bslabel_t *clabel; local 2808 clabel 3461 bslabel_t *clabel; local 4071 bslabel_t *clabel; local 4369 bslabel_t *clabel; local 5362 bslabel_t *clabel; local 6323 bslabel_t *clabel; local [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 1331 m_label_t *clabel = NULL; local 1341 if ((clabel = ucred_getlabel(uc)) == NULL) { 1349 if (blequal(&admin_low, clabel)) { 1383 if (!bldominates(clabel, slabel)) {
|
Completed in 92 milliseconds