Home
last modified time | relevance | path

Searched refs:security_inode_setsecctx (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h460 int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen);
1311 static inline int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen) in security_inode_setsecctx() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c2046 int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen) in security_inode_setsecctx() function
2050 EXPORT_SYMBOL(security_inode_setsecctx);
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c521 host_error = security_inode_setsecctx(dentry, label->data, label->len); in nfsd4_set_nfs4_label()
H A Dnfs4proc.c63 status = security_inode_setsecctx(resfh->fh_dentry, in nfsd4_security_inode_setsecctx()