Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm_flags.h91 #define LDLM_FL_REPLAY 0x0000000000000100ULL /* bit 8 */ macro
429 {LDLM_FL_REPLAY, "LDLM_FL_REPLAY"},
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c339 int is_replay = *flags & LDLM_FL_REPLAY; in ldlm_cli_enqueue_fini()
663 int is_replay = *flags & LDLM_FL_REPLAY; in ldlm_cli_enqueue()
1875 flags = LDLM_FL_REPLAY | LDLM_FL_BLOCK_GRANTED; in replay_one_lock()
1877 flags = LDLM_FL_REPLAY | LDLM_FL_BLOCK_CONV; in replay_one_lock()
1879 flags = LDLM_FL_REPLAY | LDLM_FL_BLOCK_WAIT; in replay_one_lock()
1881 flags = LDLM_FL_REPLAY; in replay_one_lock()