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.c205 ASSERT(clabel != NULL); in rfs3_setattr()
532 ASSERT(clabel != NULL); in rfs3_lookup()
672 ASSERT(clabel != NULL); in rfs3_access()
828 ASSERT(clabel != NULL); in rfs3_readlink()
1011 ASSERT(clabel != NULL); in rfs3_read()
1346 ASSERT(clabel != NULL); in rfs3_write()
1622 ASSERT(clabel != NULL); in rfs3_create()
1982 ASSERT(clabel != NULL); in rfs3_mkdir()
2134 ASSERT(clabel != NULL); in rfs3_symlink()
2753 bslabel_t *clabel; in rfs3_rename() local
[all …]
H A Dnfs4_srv.c1545 clabel = req->rq_label; in rfs4_op_access()
3064 bslabel_t *clabel; in do_rfs4_op_lookup() local
3067 clabel = req->rq_label; in do_rfs4_op_lookup()
3721 bslabel_t *clabel; in rfs4_op_putpubfh() local
3724 clabel = req->rq_label; in rfs4_op_putpubfh()
4258 bslabel_t *clabel; in rfs4_op_remove() local
4380 clabel = req->rq_label; in rfs4_op_remove()
4558 bslabel_t *clabel; in rfs4_op_rename() local
4692 clabel = req->rq_label; in rfs4_op_rename()
5580 bslabel_t *clabel; in rfs4_op_setattr() local
[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()