Home
last modified time | relevance | path

Searched refs:sec_ctxlen (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dxattr.c1222 &as_ctx->sec_ctxlen); in ceph_security_init_secctx()
1248 4 * 2 + name_len + as_ctx->sec_ctxlen); in ceph_security_init_secctx()
1271 ceph_pagelist_encode_32(pagelist, as_ctx->sec_ctxlen); in ceph_security_init_secctx()
1272 ceph_pagelist_append(pagelist, as_ctx->sec_ctx, as_ctx->sec_ctxlen); in ceph_security_init_secctx()
1290 security_release_secctx(as_ctx->sec_ctx, as_ctx->sec_ctxlen); in ceph_release_acl_sec_ctx()
H A Dsuper.h1019 u32 sec_ctxlen; member