Home
last modified time | relevance | path

Searched refs:LL_IT2STR (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c230 LL_IT2STR(it), PFID(&op_data->op_fid2), in lmv_intent_open()
305 LL_IT2STR(it), op_data->op_namelen, op_data->op_name, in lmv_intent_lock()
Dlmv_internal.h48 #define LL_IT2STR(it) \ macro
Dlmv_obd.c1710 LL_IT2STR(it), PFID(&op_data->op_fid1), PFID(&body->fid1)); in lmv_enqueue_remote()
1763 LL_IT2STR(it), PFID(&op_data->op_fid1)); in lmv_enqueue()
1770 LL_IT2STR(it), PFID(&op_data->op_fid1), tgt->ltd_idx); in lmv_enqueue()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dnamei.c498 parent->i_generation, parent, LL_IT2STR(it)); in ll_lookup_it()
501 CERROR("Tell Peter, lookup on mtpt, it %s\n", LL_IT2STR(it)); in ll_lookup_it()
730 dir->i_generation, dir, LL_IT2STR(it)); in ll_create_it()
Dllite_internal.h64 #define LL_IT2STR(it) ((it) ? ldlm_it2str((it)->it_op) : "0") macro