Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h535 __u32 loh_attr; member
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; in lu_object_attr()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c484 hdr->loh_attr & LOHA_EXISTS ? " exist":""); in lu_object_header_print()