Home
last modified time | relevance | path

Searched refs:loh_flags (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h526 unsigned long loh_flags; member
710 return test_bit(LU_OBJECT_HEARD_BANSHEE, &h->loh_flags); in lu_object_is_dying()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c145 if (!test_and_set_bit(LU_OBJECT_UNHASHED, &top->loh_flags)) in lu_object_put()
162 set_bit(LU_OBJECT_HEARD_BANSHEE, &o->lo_header->loh_flags); in lu_object_put_nocache()
176 set_bit(LU_OBJECT_HEARD_BANSHEE, &top->loh_flags); in lu_object_unhash()
177 if (!test_and_set_bit(LU_OBJECT_UNHASHED, &top->loh_flags)) { in lu_object_unhash()
479 hdr, hdr->loh_flags, atomic_read(&hdr->loh_ref), in lu_object_header_print()
Dcl_object.c344 set_bit(LU_OBJECT_HEARD_BANSHEE, &hdr->coh_lu.loh_flags); in cl_object_kill()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1022 set_bit(LU_OBJECT_HEARD_BANSHEE, &loh->loh_flags); in cl_echo_object_put()