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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstackglue.h73 struct ocfs2_cluster_connection;
80 struct ocfs2_cluster_connection *lksb_conn;
99 struct ocfs2_cluster_connection { struct
119 * an ocfs2_cluster_connection with the name and recovery field
133 int (*connect)(struct ocfs2_cluster_connection *conn);
149 int (*disconnect)(struct ocfs2_cluster_connection *conn);
167 int (*dlm_lock)(struct ocfs2_cluster_connection *conn,
183 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn,
210 int (*plock)(struct ocfs2_cluster_connection *conn,
248 struct ocfs2_cluster_connection **con
[all...]
H A Dstackglue.c241 int ocfs2_dlm_lock(struct ocfs2_cluster_connection *conn,
257 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn,
301 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino,
318 struct ocfs2_cluster_connection **conn)
321 struct ocfs2_cluster_connection *new_conn;
338 new_conn = kzalloc(sizeof(struct ocfs2_cluster_connection),
383 struct ocfs2_cluster_connection **conn)
395 int ocfs2_cluster_disconnect(struct ocfs2_cluster_connection *conn,
H A Dstack_o2cb.c199 static int o2cb_dlm_lock(struct ocfs2_cluster_connection *conn,
219 static int o2cb_dlm_unlock(struct ocfs2_cluster_connection *conn,
264 struct ocfs2_cluster_connection *conn = data;
272 static int o2cb_cluster_connect(struct ocfs2_cluster_connection *conn)
329 static int o2cb_cluster_disconnect(struct ocfs2_cluster_connection *conn)
H A Dstack_user.c113 struct ocfs2_cluster_connection *oc_conn;
202 static int ocfs2_live_connection_new(struct ocfs2_cluster_connection *conn,
694 static int user_dlm_lock(struct ocfs2_cluster_connection *conn,
714 static int user_dlm_unlock(struct ocfs2_cluster_connection *conn,
749 static int user_plock(struct ocfs2_cluster_connection *conn,
803 static int user_cluster_connect(struct ocfs2_cluster_connection *conn)
844 static int user_cluster_disconnect(struct ocfs2_cluster_connection *conn)
H A Docfs2.h372 struct ocfs2_cluster_connection *cconn;
H A Dsuper.c216 struct ocfs2_cluster_connection *cconn = osb->cconn;
H A Ddlmglue.c3047 struct ocfs2_cluster_connection *conn = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlmfs/
H A Duserdlm.h86 struct ocfs2_cluster_connection *user_dlm_register(struct qstr *name);
87 void user_dlm_unregister(struct ocfs2_cluster_connection *conn);
91 struct ocfs2_cluster_connection *ip_conn;
H A Duserdlm.c77 static inline struct ocfs2_cluster_connection *
303 struct ocfs2_cluster_connection *conn =
430 struct ocfs2_cluster_connection *conn =
609 struct ocfs2_cluster_connection *conn =
670 struct ocfs2_cluster_connection *user_dlm_register(struct qstr *name)
673 struct ocfs2_cluster_connection *conn;
685 void user_dlm_unregister(struct ocfs2_cluster_connection *conn)
H A Ddlmfs.c489 struct ocfs2_cluster_connection *conn;

Completed in 85 milliseconds