Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/fid/
Dfid_request.c218 if (seq->lcs_update) { in seq_fid_alloc_prep()
230 ++seq->lcs_update; in seq_fid_alloc_prep()
237 LASSERT(seq->lcs_update == 1); in seq_fid_alloc_fini()
239 --seq->lcs_update; in seq_fid_alloc_fini()
320 while (seq->lcs_update) { in seq_client_flush()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_fid.h369 int lcs_update; member