Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/fid/
Dfid_request.c225 if (seq->lcs_update) { in seq_fid_alloc_prep()
237 ++seq->lcs_update; in seq_fid_alloc_prep()
244 LASSERT(seq->lcs_update == 1); in seq_fid_alloc_fini()
246 --seq->lcs_update; in seq_fid_alloc_fini()
378 while (seq->lcs_update) { in seq_client_flush()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_fid.h374 int lcs_update; member