Searched refs:OBJ_CREATED (Results 1 – 2 of 2) sorted by relevance
105 #define OBJ_CREATED 1 /* object has been created on the osd*/ macro119 return test_bit(OBJ_CREATED, &oi->i_flags); in obj_created()124 set_bit(OBJ_CREATED, &oi->i_flags); in set_obj_created()
154 - The following are handled with the OBJ_CREATED and OBJ_2BCREATED155 flags. OBJ_CREATED is set when we know the object exists on the OSD -