• Home
  • Raw
  • Download

Lines Matching refs:priv

515 				       void *priv)  in ocfs2_lock_res_init_common()  argument
519 res->l_priv = priv; in ocfs2_lock_res_init_common()
3046 struct ocfs2_dlm_seq_priv *priv) in ocfs2_dlm_next_res() argument
3049 struct ocfs2_dlm_debug *dlm_debug = priv->p_dlm_debug; in ocfs2_dlm_next_res()
3073 struct ocfs2_dlm_seq_priv *priv = m->private; in ocfs2_dlm_seq_start() local
3077 iter = ocfs2_dlm_next_res(&priv->p_iter_res, priv); in ocfs2_dlm_seq_start()
3086 priv->p_tmp_res = *iter; in ocfs2_dlm_seq_start()
3087 iter = &priv->p_tmp_res; in ocfs2_dlm_seq_start()
3100 struct ocfs2_dlm_seq_priv *priv = m->private; in ocfs2_dlm_seq_next() local
3102 struct ocfs2_lock_res *dummy = &priv->p_iter_res; in ocfs2_dlm_seq_next()
3105 iter = ocfs2_dlm_next_res(iter, priv); in ocfs2_dlm_seq_next()
3109 priv->p_tmp_res = *iter; in ocfs2_dlm_seq_next()
3110 iter = &priv->p_tmp_res; in ocfs2_dlm_seq_next()
3260 struct ocfs2_dlm_seq_priv *priv = seq->private; in ocfs2_dlm_debug_release() local
3261 struct ocfs2_lock_res *res = &priv->p_iter_res; in ocfs2_dlm_debug_release()
3264 ocfs2_put_dlm_debug(priv->p_dlm_debug); in ocfs2_dlm_debug_release()
3270 struct ocfs2_dlm_seq_priv *priv; in ocfs2_dlm_debug_open() local
3273 priv = __seq_open_private(file, &ocfs2_dlm_seq_ops, sizeof(*priv)); in ocfs2_dlm_debug_open()
3274 if (!priv) { in ocfs2_dlm_debug_open()
3281 priv->p_dlm_debug = osb->osb_dlm_debug; in ocfs2_dlm_debug_open()
3282 INIT_LIST_HEAD(&priv->p_iter_res.l_debug_list); in ocfs2_dlm_debug_open()
3284 ocfs2_add_lockres_tracking(&priv->p_iter_res, in ocfs2_dlm_debug_open()
3285 priv->p_dlm_debug); in ocfs2_dlm_debug_open()