Searched refs:is_nokey (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | crypto.h | 126 struct fscrypt_str *oname, bool *is_nokey); 223 struct fscrypt_str *oname, bool *is_nokey) in ceph_fname_to_usr() 221 ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, struct fscrypt_str *oname, bool *is_nokey) ceph_fname_to_usr() argument
|
H A D | crypto.c | 368 * @is_nokey: set to true if key wasn't available during conversion (may be NULL) 379 struct fscrypt_str *oname, bool *is_nokey) in ceph_fname_to_usr() 422 if (is_nokey) in ceph_fname_to_usr() 423 *is_nokey = true; in ceph_fname_to_usr() 378 ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, struct fscrypt_str *oname, bool *is_nokey) ceph_fname_to_usr() argument
|
H A D | mds_client.h | 101 bool is_nokey; member
|
H A D | inode.c | 1521 bool is_nokey = false; in ceph_fill_trace() local 1543 err = ceph_fname_to_usr(&fname, NULL, &oname, &is_nokey); in ceph_fill_trace() 1569 if (is_nokey) { in ceph_fill_trace() 1965 if (rde->is_nokey) { in ceph_readdir_prepopulate()
|
H A D | mds_client.c | 514 rde->is_nokey = false; 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