Searched refs:loh_flags (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 526 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/ |
D | lu_object.c | 145 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()
|
D | cl_object.c | 344 set_bit(LU_OBJECT_HEARD_BANSHEE, &hdr->coh_lu.loh_flags); in cl_object_kill()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 1022 set_bit(LU_OBJECT_HEARD_BANSHEE, &loh->loh_flags); in cl_echo_object_put()
|