Lines Matching refs:ctxlen
1543 * @ctxlen: length of @ctx
1554 u32 *ctxlen)
1565 xattr_name, ctx, ctxlen);
3981 * @ctxlen: length of secctx
3992 int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen)
3994 return call_int_hook(inode_notifysecctx, 0, inode, ctx, ctxlen);
4002 * @ctxlen: length of secctx
4014 int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen)
4016 return call_int_hook(inode_setsecctx, 0, dentry, ctx, ctxlen);
4024 * @ctxlen: length of secctx
4026 * On success, returns 0 and fills out @ctx and @ctxlen with the security
4031 int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen)
4040 rc = hp->hook.inode_getsecctx(inode, ctx, ctxlen);