Searched refs:ocfs2_cluster_connection (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/ocfs2/
H A Dstackglue.h66 struct ocfs2_cluster_connection;
73 struct ocfs2_cluster_connection *lksb_conn;
92 struct ocfs2_cluster_connection { struct
114 * an ocfs2_cluster_connection with the name and recovery field
128 int (*connect)(struct ocfs2_cluster_connection *conn);
144 int (*disconnect)(struct ocfs2_cluster_connection *conn);
150 int (*this_node)(struct ocfs2_cluster_connection *conn,
163 int (*dlm_lock)(struct ocfs2_cluster_connection *conn,
179 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn,
206 int (*plock)(struct ocfs2_cluster_connection *con
[all...]
H A Dstackglue.c231 int ocfs2_dlm_lock(struct ocfs2_cluster_connection *conn,
247 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn,
291 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino,
310 struct ocfs2_cluster_connection **conn)
313 struct ocfs2_cluster_connection *new_conn;
330 new_conn = kzalloc(sizeof(struct ocfs2_cluster_connection),
379 struct ocfs2_cluster_connection **conn)
392 int ocfs2_cluster_disconnect(struct ocfs2_cluster_connection *conn,
460 int ocfs2_cluster_this_node(struct ocfs2_cluster_connection *conn,
H A Dstack_o2cb.c190 static int o2cb_dlm_lock(struct ocfs2_cluster_connection *conn,
210 static int o2cb_dlm_unlock(struct ocfs2_cluster_connection *conn,
310 struct ocfs2_cluster_connection *conn = data;
318 static int o2cb_cluster_connect(struct ocfs2_cluster_connection *conn)
376 static int o2cb_cluster_disconnect(struct ocfs2_cluster_connection *conn)
391 static int o2cb_cluster_this_node(struct ocfs2_cluster_connection *conn,
H A Dstack_user.c110 struct ocfs2_cluster_connection *oc_conn;
206 static int ocfs2_live_connection_attach(struct ocfs2_cluster_connection *conn,
680 static int user_dlm_lock(struct ocfs2_cluster_connection *conn,
697 static int user_dlm_unlock(struct ocfs2_cluster_connection *conn,
729 static int user_plock(struct ocfs2_cluster_connection *conn,
802 struct ocfs2_cluster_connection *conn = arg;
807 static int sync_unlock(struct ocfs2_cluster_connection *conn,
830 static int sync_lock(struct ocfs2_cluster_connection *conn,
859 static int version_lock(struct ocfs2_cluster_connection *conn, int mode,
867 static int version_unlock(struct ocfs2_cluster_connection *con
[all...]
H A Docfs2.h391 struct ocfs2_cluster_connection *cconn;
H A Dsuper.c214 struct ocfs2_cluster_connection *cconn = osb->cconn;
H A Ddlmglue.c3329 struct ocfs2_cluster_connection *conn = NULL;
/linux-master/fs/ocfs2/dlmfs/
H A Duserdlm.h68 struct ocfs2_cluster_connection *user_dlm_register(const struct qstr *name);
69 void user_dlm_unregister(struct ocfs2_cluster_connection *conn);
73 struct ocfs2_cluster_connection *ip_conn;
H A Duserdlm.c62 static inline struct ocfs2_cluster_connection *
288 struct ocfs2_cluster_connection *conn =
415 struct ocfs2_cluster_connection *conn =
595 struct ocfs2_cluster_connection *conn =
664 struct ocfs2_cluster_connection *user_dlm_register(const struct qstr *name)
667 struct ocfs2_cluster_connection *conn;
679 void user_dlm_unregister(struct ocfs2_cluster_connection *conn)
H A Ddlmfs.c413 struct ocfs2_cluster_connection *conn;

Completed in 220 milliseconds