Searched refs:ceph_security_init_secctx (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.h | 1038 extern int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, 1045 static inline int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
|
H A D | dir.c | 854 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 D | xattr.c | 1211 int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
|
H A D | file.c | 718 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_atomic_open()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.h | 1154 extern int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, 1161 static inline int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
|
H A D | xattr.c | 1359 int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
|
H A D | inode.c | 90 err = ceph_security_init_secctx(dentry, *mode, as_ctx); in ceph_new_inode()
|
Completed in 18 milliseconds