Searched defs:ceph_inode_xattr (Results 1 – 1 of 1) sorted by relevance
254 struct ceph_inode_xattr { struct255 struct rb_node node;257 const char *name;258 int name_len;259 const char *val;260 int val_len;261 int dirty;263 int should_free_name;287 struct ceph_inode_xattrs_info { argument