Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlu_object.h533 __u32 loh_attr; member
822 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS)
827 #define lu_object_remote(o) unlikely((o)->lo_header->loh_attr & LOHA_REMOTE)
845 return o->lo_header->loh_attr; in lu_object_attr()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c486 hdr->loh_attr & LOHA_EXISTS ? " exist":""); in lu_object_header_print()