Searched defs:dlm_lock (Results 1 - 4 of 4) sorted by relevance

/fs/dlm/
H A Dmain.c95 EXPORT_SYMBOL_GPL(dlm_lock); variable
H A Dlock.c15 dlm_lock()
36 dlm_lock = request_lock
37 dlm_lock+CONVERT = convert_lock
3406 * Two stage 1 varieties: dlm_lock() and dlm_unlock()
3409 int dlm_lock(dlm_lockspace_t *lockspace, function
/fs/ocfs2/
H A Dstackglue.h164 * Call the underlying dlm lock function. The ->dlm_lock()
173 int (*dlm_lock)(struct ocfs2_cluster_connection *conn, member in struct:ocfs2_stack_operations
/fs/ocfs2/dlm/
H A Ddlmcommon.h354 struct dlm_lock struct
548 * at most one dlm_lock on a lockres for each node in the cluster,
828 struct dlm_lock * dlm_new_lock(int type, u8 node, u64 cookie,
830 void dlm_lock_get(struct dlm_lock *lock);
831 void dlm_lock_put(struct dlm_lock *lock);
833 void dlm_lock_attach_lockres(struct dlm_lock *lock,
844 struct dlm_lock *lock);
846 struct dlm_lock *lock);
851 struct dlm_lock *lock);
853 struct dlm_lock *loc
[all...]

Completed in 66 milliseconds