Home
last modified time | relevance | path

Searched refs:OBJ_CREATED (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/exofs/
Dexofs.h104 #define OBJ_CREATED 1 /* object has been created on the osd*/ macro
118 return test_bit(OBJ_CREATED, &oi->i_flags); in obj_created()
123 set_bit(OBJ_CREATED, &oi->i_flags); in set_obj_created()
/Linux-v4.19/Documentation/filesystems/
Dexofs.txt154 - The following are handled with the OBJ_CREATED and OBJ_2BCREATED
155 flags. OBJ_CREATED is set when we know the object exists on the OSD -