Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlu_object.h495 LOHA_EXISTS = 1 << 0, enumerator
822 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS)
/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c486 hdr->loh_attr & LOHA_EXISTS ? " exist":""); in lu_object_header_print()