Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.h1039 extern int ceph_security_init_secctx(struct dentry *dentry, umode_t mode,
1046 static inline int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
H A Ddir.c854 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_mknod()
912 err = ceph_security_init_secctx(dentry, S_IFLNK | 0777, &as_ctx); in ceph_symlink()
979 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_mkdir()
H A Dxattr.c1212 int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
H A Dfile.c718 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_atomic_open()