Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.h1161 extern int ceph_security_init_secctx(struct dentry *dentry, umode_t mode,
1168 static inline int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
H A Dxattr.c1377 int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
H A Dinode.c92 err = ceph_security_init_secctx(dentry, *mode, as_ctx); in ceph_new_inode()