[go: nahoru, domu]

Searched defs:lu_object_exists (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/include/
H A Dlu_object.h831 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS) macro
840 return lu_object_exists(o);
845 return !lu_object_exists(o);
853 LASSERT(lu_object_exists(o) != 0);

Completed in 48 milliseconds