Searched refs:cl_rpc_lock (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 144 rpc_lock = obd->u.cli.cl_rpc_lock; in mdc_setattr() 278 rc = mdc_reint(req, exp->exp_obd->u.cli.cl_rpc_lock, level); in mdc_create() 366 rc = mdc_reint(req, obd->u.cli.cl_rpc_lock, LUSTRE_IMP_FULL); in mdc_unlink() 410 rc = mdc_reint(req, obd->u.cli.cl_rpc_lock, LUSTRE_IMP_FULL); in mdc_link() 477 rc = mdc_reint(req, obd->u.cli.cl_rpc_lock, LUSTRE_IMP_FULL); in mdc_rename()
|
D | mdc_request.c | 430 mdc_get_rpc_lock(exp->exp_obd->u.cli.cl_rpc_lock, NULL); in mdc_xattr_common() 435 mdc_put_rpc_lock(exp->exp_obd->u.cli.cl_rpc_lock, NULL); in mdc_xattr_common() 2433 OBD_ALLOC(cli->cl_rpc_lock, sizeof(*cli->cl_rpc_lock)); in mdc_setup() 2434 if (!cli->cl_rpc_lock) in mdc_setup() 2436 mdc_init_rpc_lock(cli->cl_rpc_lock); in mdc_setup() 2470 OBD_FREE(cli->cl_rpc_lock, sizeof(*cli->cl_rpc_lock)); in mdc_setup() 2528 OBD_FREE(cli->cl_rpc_lock, sizeof(*cli->cl_rpc_lock)); in mdc_cleanup()
|
D | mdc_locks.c | 874 mdc_get_rpc_lock(obddev->u.cli.cl_rpc_lock, it); in mdc_enqueue() 877 mdc_put_rpc_lock(obddev->u.cli.cl_rpc_lock, it); in mdc_enqueue() 901 mdc_put_rpc_lock(obddev->u.cli.cl_rpc_lock, it); in mdc_enqueue()
|
/linux-4.1.27/drivers/staging/lustre/lustre/fld/ |
D | fld_request.c | 444 mdc_get_rpc_lock(exp->exp_obd->u.cli.cl_rpc_lock, NULL); in fld_client_rpc() 449 mdc_put_rpc_lock(exp->exp_obd->u.cli.cl_rpc_lock, NULL); in fld_client_rpc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 111 mdc_get_rpc_lock(exp->exp_obd->u.cli.cl_rpc_lock, NULL); in seq_client_rpc() 114 mdc_put_rpc_lock(exp->exp_obd->u.cli.cl_rpc_lock, NULL); in seq_client_rpc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd.h | 404 struct mdc_rpc_lock *cl_rpc_lock; member
|