Home
last modified time | relevance | path

Searched refs:cl_seq (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/fid/
Dfid_request.c432 cli->cl_seq = kzalloc(sizeof(*cli->cl_seq), GFP_NOFS); in client_fid_init()
433 if (!cli->cl_seq) in client_fid_init()
445 rc = seq_client_init(cli->cl_seq, exp, type, prefix); in client_fid_init()
452 kfree(cli->cl_seq); in client_fid_init()
453 cli->cl_seq = NULL; in client_fid_init()
462 if (cli->cl_seq != NULL) { in client_fid_fini()
463 seq_client_fini(cli->cl_seq); in client_fid_fini()
464 kfree(cli->cl_seq); in client_fid_fini()
465 cli->cl_seq = NULL; in client_fid_fini()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2194 if (cli->cl_seq != NULL) in mdc_import_event()
2195 seq_client_flush(cli->cl_seq); in mdc_import_event()
2230 struct lu_client_seq *seq = cli->cl_seq; in mdc_fid_alloc()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h356 struct lu_client_seq *cl_seq; member