Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dsuper.h1095 extern int ceph_security_init_secctx(struct dentry *dentry, umode_t mode,
1102 static inline int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
Ddir.c871 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_mknod()
934 err = ceph_security_init_secctx(dentry, S_IFLNK | 0777, &as_ctx); in ceph_symlink()
1009 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_mkdir()
Dxattr.c1326 int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, in ceph_security_init_secctx() function
Dfile.c759 err = ceph_security_init_secctx(dentry, mode, &as_ctx); in ceph_atomic_open()