sp_ops            693 drivers/target/target_core_sbc.c 	int sp_ops = cmd->se_sess->sup_prot_ops;
sp_ops            728 drivers/target/target_core_sbc.c 			      !!(sp_ops & (TARGET_PROT_DOUT_PASS | TARGET_PROT_DOUT_STRIP)) :
sp_ops            729 drivers/target/target_core_sbc.c 			      !!(sp_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DIN_INSERT));
sp_ops            423 fs/ocfs2/stack_o2cb.c 	.sp_ops		= &o2cb_stack_ops,
sp_ops           1097 fs/ocfs2/stack_user.c 	.sp_ops		= &ocfs2_user_plugin_ops,
sp_ops            244 fs/ocfs2/stackglue.c 	return active_stack->sp_ops->dlm_lock(conn, mode, lksb, flags,
sp_ops            255 fs/ocfs2/stackglue.c 	return active_stack->sp_ops->dlm_unlock(conn, lksb, flags);
sp_ops            261 fs/ocfs2/stackglue.c 	return active_stack->sp_ops->lock_status(lksb);
sp_ops            267 fs/ocfs2/stackglue.c 	return active_stack->sp_ops->lvb_valid(lksb);
sp_ops            273 fs/ocfs2/stackglue.c 	return active_stack->sp_ops->lock_lvb(lksb);
sp_ops            279 fs/ocfs2/stackglue.c 	active_stack->sp_ops->dump_lksb(lksb);
sp_ops            285 fs/ocfs2/stackglue.c 	return active_stack && active_stack->sp_ops->plock;
sp_ops            296 fs/ocfs2/stackglue.c 	WARN_ON_ONCE(active_stack->sp_ops->plock == NULL);
sp_ops            297 fs/ocfs2/stackglue.c 	if (active_stack->sp_ops->plock)
sp_ops            298 fs/ocfs2/stackglue.c 		return active_stack->sp_ops->plock(conn, ino, file, cmd, fl);
sp_ops            357 fs/ocfs2/stackglue.c 	rc = active_stack->sp_ops->connect(new_conn);
sp_ops            401 fs/ocfs2/stackglue.c 	ret = active_stack->sp_ops->disconnect(conn);
sp_ops            465 fs/ocfs2/stackglue.c 	return active_stack->sp_ops->this_node(conn, node);
sp_ops            228 fs/ocfs2/stackglue.h 	struct ocfs2_stack_operations *sp_ops;