Home
last modified time | relevance | path

Searched defs:ceph_inode_xattr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
Dsuper.h261 struct ceph_inode_xattr { struct
262 struct rb_node node;
264 const char *name;
265 int name_len;
266 const char *val;
267 int val_len;
268 int dirty;
270 int should_free_name;
271 int should_free_val;
/kernel/linux/linux-6.6/fs/ceph/
Dsuper.h285 struct ceph_inode_xattr { struct
286 struct rb_node node;
288 const char *name;
289 int name_len;
290 const char *val;
291 int val_len;
292 int dirty;
294 int should_free_name;
295 int should_free_val;