Home
last modified time | relevance | path

Searched refs:OBD_MD_FLCOOKIE (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Dnamei.c1070 if (body->valid & OBD_MD_FLCOOKIE) { in ll_objects_destroy()
1071 oa->o_valid |= OBD_MD_FLCOOKIE; in ll_objects_destroy()
1078 oa->o_valid &= ~OBD_MD_FLCOOKIE; in ll_objects_destroy()
1079 body->valid &= ~OBD_MD_FLCOOKIE; in ll_objects_destroy()
/drivers/staging/lustre/lustre/lov/
Dlov_request.c379 if (oti != NULL && src_oa->o_valid & OBD_MD_FLCOOKIE) in lov_prep_destroy_set()
493 if (oti != NULL && oinfo->oi_oa->o_valid & OBD_MD_FLCOOKIE) in lov_prep_setattr_set()
Dlov_obd.c1097 if (oa->o_valid & OBD_MD_FLCOOKIE) { in lov_destroy()
1111 if (oa->o_valid & OBD_MD_FLCOOKIE) in lov_destroy()
1235 if (oinfo->oi_oa->o_valid & OBD_MD_FLCOOKIE) { in lov_setattr_async()
1256 if (oinfo->oi_oa->o_valid & OBD_MD_FLCOOKIE) in lov_setattr_async()
/drivers/staging/lustre/lustre/obdclass/
Dobdo.c152 if (valid & OBD_MD_FLCOOKIE) in obdo_cpy_md()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c420 if (oti && oinfo->oi_oa->o_valid & OBD_MD_FLCOOKIE) in osc_setattr_async_base()
529 if (oa->o_valid & OBD_MD_FLCOOKIE) { in osc_real_create()
790 if (oti != NULL && oa->o_valid & OBD_MD_FLCOOKIE) in osc_destroy()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1671 #define OBD_MD_FLCOOKIE (0x00800000ULL) /* log cancellation cookie */ macro
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2358 if (valid & OBD_MD_FLCOOKIE) in dump_obdo()
Dwiretest.c1271 LASSERTF(OBD_MD_FLCOOKIE == (0x00800000ULL), "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1272 OBD_MD_FLCOOKIE); in lustre_assert_wire_constants()