Home
last modified time | relevance | path

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

/linux-4.1.27/security/
Dsecurity.c1143 int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen) in security_inode_setsecctx() function
1147 EXPORT_SYMBOL(security_inode_setsecctx);
/linux-4.1.27/include/linux/
Dsecurity.h1939 int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen);
2681 static inline int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen) in security_inode_setsecctx() function
/linux-4.1.27/fs/nfsd/
Dvfs.c525 host_error = security_inode_setsecctx(dentry, label->data, label->len); in nfsd4_set_nfs4_label()
Dnfs4proc.c59 status = security_inode_setsecctx(resfh->fh_dentry, in nfsd4_security_inode_setsecctx()