Searched refs:ctxlen (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | security.h | 344 u32 *ctxlen); 521 int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen); 522 int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen); 523 int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen); 805 u32 *ctxlen) in security_dentry_init_security() argument 1491 static inline int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen) in security_inode_notifysecctx() argument 1495 static inline int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen) in security_inode_setsecctx() argument 1499 static inline int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen) in security_inode_getsecctx() argument
|
| D | lsm_hook_defs.h | 86 void **ctx, u32 *ctxlen) 300 LSM_HOOK(int, 0, inode_notifysecctx, struct inode *inode, void *ctx, u32 ctxlen) 301 LSM_HOOK(int, 0, inode_setsecctx, struct dentry *dentry, void *ctx, u32 ctxlen) 303 u32 *ctxlen)
|