Searched defs:ceph_fname (Results 1 – 1 of 1) sorted by relevance
21 struct ceph_fname { struct22 struct inode *dir;23 char *name; // b64 encoded, possibly hashed24 unsigned char *ctext; // binary crypttext (if any)25 u32 name_len; // length of name buffer26 u32 ctext_len; // length of crypttext27 bool no_copy;