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

/drivers/staging/lustre/lustre/include/
H A Dlu_object.h535 __u32 loh_attr; member in struct:lu_object_header
831 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS)
836 #define lu_object_remote(o) unlikely((o)->lo_header->loh_attr & LOHA_REMOTE)
854 return o->lo_header->loh_attr;

Completed in 35 milliseconds