inode_setsecctx  1699 include/linux/lsm_hooks.h 	int (*inode_setsecctx)(struct dentry *dentry, void *ctx, u32 ctxlen);
inode_setsecctx  1978 include/linux/lsm_hooks.h 	struct hlist_head inode_setsecctx;
inode_setsecctx  1949 security/security.c 	return call_int_hook(inode_setsecctx, 0, dentry, ctx, ctxlen);
inode_setsecctx  6976 security/selinux/hooks.c 	LSM_HOOK_INIT(inode_setsecctx, selinux_inode_setsecctx),
inode_setsecctx  4714 security/smack/smack_lsm.c 	LSM_HOOK_INIT(inode_setsecctx, smack_inode_setsecctx),