Searched refs:sp_ops (Results 1 – 4 of 4) sorted by relevance
/fs/ocfs2/ |
D | stackglue.c | 252 return active_stack->sp_ops->dlm_lock(conn, mode, lksb, flags, in ocfs2_dlm_lock() 264 return active_stack->sp_ops->dlm_unlock(conn, lksb, flags, astarg); in ocfs2_dlm_unlock() 270 return active_stack->sp_ops->lock_status(lksb); in ocfs2_dlm_lock_status() 281 return active_stack->sp_ops->lock_lvb(lksb); in ocfs2_dlm_lvb() 287 active_stack->sp_ops->dump_lksb(lksb); in ocfs2_dlm_dump_lksb() 293 return active_stack && active_stack->sp_ops->plock; in ocfs2_stack_supports_plocks() 304 WARN_ON_ONCE(active_stack->sp_ops->plock == NULL); in ocfs2_plock() 305 if (active_stack->sp_ops->plock) in ocfs2_plock() 306 return active_stack->sp_ops->plock(conn, ino, file, cmd, fl); in ocfs2_plock() 351 rc = active_stack->sp_ops->connect(new_conn); in ocfs2_cluster_connect() [all …]
|
D | stackglue.h | 218 struct ocfs2_stack_operations *sp_ops; member
|
D | stack_o2cb.c | 363 .sp_ops = &o2cb_stack_ops,
|
D | stack_user.c | 883 .sp_ops = &ocfs2_user_plugin_ops,
|