Searched refs:ceph_security_init_secctx (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ceph/ |
| A D | super.h | 1079 extern int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, 1086 static inline int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
|
| A D | dir.c | 858 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_mknod() 917 err = ceph_security_init_secctx(dentry, S_IFLNK | 0777, &as_ctx); in ceph_symlink() 987 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_mkdir()
|
| A D | xattr.c | 1305 int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
|
| A D | file.c | 701 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_atomic_open()
|
Completed in 19 milliseconds