Home
last modified time | relevance | path

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

/linux-4.4.14/fs/exofs/
Dexofs.h105 #define OBJ_CREATED 1 /* object has been created on the osd*/ macro
119 return test_bit(OBJ_CREATED, &oi->i_flags); in obj_created()
124 set_bit(OBJ_CREATED, &oi->i_flags); in set_obj_created()
/linux-4.4.14/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 -