Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h831 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS) macro
840 return lu_object_exists(o); in lu_object_assert_exists()
845 return !lu_object_exists(o); in lu_object_assert_not_exists()
853 LASSERT(lu_object_exists(o) != 0); in lu_object_attr()
Ddt_object.h714 return lu_object_exists(&dt->do_lu); in dt_object_exists()