Home
last modified time | relevance | path

Searched refs:clabel (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c203 bslabel_t *clabel = req->rq_label; in rfs3_setattr() local
205 ASSERT(clabel != NULL); in rfs3_setattr()
209 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_setattr()
210 if (!do_rfs_label_check(clabel, vp, EQUALITY_CHECK, in rfs3_setattr()
530 bslabel_t *clabel = req->rq_label; in rfs3_lookup() local
532 ASSERT(clabel != NULL); in rfs3_lookup()
536 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_lookup()
537 if (!do_rfs_label_check(clabel, dvp, in rfs3_lookup()
670 bslabel_t *clabel = req->rq_label; in rfs3_access() local
672 ASSERT(clabel != NULL); in rfs3_access()
[all …]
H A Dnfs4_srv.c1587 bslabel_t *clabel, *slabel; in rfs4_op_access() local
1639 clabel = req->rq_label; in rfs4_op_access()
1643 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs4_op_access()
1662 bldominates(clabel, slabel))) in rfs4_op_access()
1669 bldominates(clabel, slabel))) in rfs4_op_access()
1678 blequal(clabel, slabel))) in rfs4_op_access()
1689 blequal(clabel, slabel))) in rfs4_op_access()
1697 bldominates(clabel, slabel))) in rfs4_op_access()
3185 bslabel_t *clabel; in do_rfs4_op_lookup() local
3188 clabel = req->rq_label; in do_rfs4_op_lookup()
[all …]
H A Dnfs_server.c3199 do_rfs_label_check(bslabel_t *clabel, vnode_t *vp, int flag, in do_rfs_label_check() argument
3212 bslabel_t *, slabel, bslabel_t *, clabel, vnode_t *, vp); in do_rfs_label_check()
3215 result = blequal(clabel, slabel); in do_rfs_label_check()
3217 result = bldominates(clabel, slabel); in do_rfs_label_check()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1462 m_label_t *clabel = NULL; in mount() local
1472 if ((clabel = ucred_getlabel(uc)) == NULL) { in mount()
1480 if (blequal(&admin_low, clabel)) { in mount()
1514 if (!bldominates(clabel, slabel)) { in mount()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1924 goto clabel; in s_for()
1928 clabel: in s_for()