Searched refs:RBD_OBJ_FLAG_DELETION (Results 1 – 1 of 1) sorted by relevance
231 #define RBD_OBJ_FLAG_DELETION (1U << 0) macro2318 rbd_assert(obj_req->flags & RBD_OBJ_FLAG_DELETION); in __rbd_osd_setup_discard_ops()2364 obj_req->flags |= RBD_OBJ_FLAG_DELETION; in rbd_obj_init_discard()2383 rbd_assert(obj_req->flags & RBD_OBJ_FLAG_DELETION); in __rbd_osd_setup_zeroout_ops()2412 obj_req->flags |= RBD_OBJ_FLAG_DELETION; in rbd_obj_init_zeroout()3001 if (obj_req->flags & RBD_OBJ_FLAG_DELETION) in rbd_obj_write_pre_object_map()3337 if (!(obj_req->flags & RBD_OBJ_FLAG_DELETION)) in rbd_obj_write_post_object_map()3391 if (obj_req->flags & RBD_OBJ_FLAG_DELETION) in rbd_obj_advance_write()