Home
last modified time | relevance | path

Searched refs:is_nokey (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/ceph/
H A Dcrypto.h126 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 Dcrypto.c368 * @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 Dmds_client.h101 bool is_nokey; member
H A Dinode.c1521 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 Dmds_client.c514 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 13 milliseconds