Home
last modified time | relevance | path

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

/include/linux/
Dsecurity.h324 u32 *ctxlen);
476 int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen);
477 int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen);
478 int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen);
749 u32 *ctxlen) in security_dentry_init_security() argument
1353 static inline int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen) in security_inode_notifysecctx() argument
1357 static inline int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen) in security_inode_setsecctx() argument
1361 static inline int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen) in security_inode_getsecctx() argument
Dlsm_hook_defs.h87 void **ctx, u32 *ctxlen)
269 LSM_HOOK(int, 0, inode_notifysecctx, struct inode *inode, void *ctx, u32 ctxlen)
270 LSM_HOOK(int, 0, inode_setsecctx, struct dentry *dentry, void *ctx, u32 ctxlen)
272 u32 *ctxlen)