Searched defs:ceph_fname (Results 1 – 1 of 1) sorted by relevance
20 struct ceph_fname { struct21 struct inode *dir;22 char *name; // b64 encoded, possibly hashed23 unsigned char *ctext; // binary crypttext (if any)24 u32 name_len; // length of name buffer25 u32 ctext_len; // length of crypttext26 bool no_copy;