Searched refs:ceph_fname_to_usr (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | crypto.h | 125 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, 221 static inline int ceph_fname_to_usr(const struct ceph_fname *fname, in ceph_fname_to_usr() function
|
H A D | crypto.c | 364 * ceph_fname_to_usr - convert a filename for userland presentation 378 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, in ceph_fname_to_usr() function
|
H A D | export.c | 583 err = ceph_fname_to_usr(&fname, NULL, &oname, NULL); in ceph_get_name()
|
H A D | inode.c | 1543 err = ceph_fname_to_usr(&fname, NULL, &oname, &is_nokey); in ceph_fill_trace()
|
H A D | mds_client.c | 482 * then the copy in ceph_fname_to_usr will corrupt the in parse_reply_info_readdir() 515 err = ceph_fname_to_usr(&fname, &tname, &oname, &rde->is_nokey); in parse_reply_info_readdir()
|
Completed in 12 milliseconds