Searched refs:sp_ops (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ocfs2/
H A Dstackglue.c242 return active_stack->sp_ops->dlm_lock(conn, mode, lksb, flags,
253 return active_stack->sp_ops->dlm_unlock(conn, lksb, flags);
259 return active_stack->sp_ops->lock_status(lksb);
265 return active_stack->sp_ops->lvb_valid(lksb);
271 return active_stack->sp_ops->lock_lvb(lksb);
277 active_stack->sp_ops->dump_lksb(lksb);
283 return active_stack && active_stack->sp_ops->plock;
294 WARN_ON_ONCE(active_stack->sp_ops->plock == NULL);
295 if (active_stack->sp_ops->plock)
296 return active_stack->sp_ops
[all...]
H A Dstackglue.h226 struct ocfs2_stack_operations *sp_ops; member in struct:ocfs2_stack_plugin
H A Dstack_o2cb.c421 .sp_ops = &o2cb_stack_ops,
H A Dstack_user.c1083 .sp_ops = &ocfs2_user_plugin_ops,
/linux-master/drivers/target/
H A Dtarget_core_sbc.c670 int sp_ops = cmd->se_sess->sup_prot_ops; local
705 !!(sp_ops & (TARGET_PROT_DOUT_PASS | TARGET_PROT_DOUT_STRIP)) :
706 !!(sp_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DIN_INSERT));

Completed in 140 milliseconds