Searched defs:ceph_osd_request_head (Results 1 – 1 of 1) sorted by relevance
390 struct ceph_osd_request_head { struct391 __le32 client_inc; /* client incarnation */392 struct ceph_object_layout layout; /* pgid */393 __le32 osdmap_epoch; /* client's osdmap epoch */395 __le32 flags;397 struct ceph_timespec mtime; /* for mutations only */398 struct ceph_eversion reassert_version; /* if we are replaying op */400 __le32 object_len; /* length of object name */402 __le64 snapid; /* snapid to read */403 __le64 snap_seq; /* writer's snap context */[all …]