Searched defs:ceph_inode_xattr (Results 1 – 1 of 1) sorted by relevance
314 struct ceph_inode_xattr { struct315 struct rb_node node;317 const char *name;318 int name_len;319 const char *val;320 int val_len;321 int dirty;323 int should_free_name;324 int should_free_val;