Home
last modified time | relevance | path

Searched defs:lockres (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/ocfs2/dlmfs/
Duserdlm.c51 static inline int user_check_wait_flag(struct user_lock_res *lockres, in user_check_wait_flag()
63 static inline void user_wait_on_busy_lock(struct user_lock_res *lockres) in user_wait_on_busy_lock()
70 static inline void user_wait_on_blocked_lock(struct user_lock_res *lockres) in user_wait_on_blocked_lock()
79 cluster_connection_from_user_lockres(struct user_lock_res *lockres) in cluster_connection_from_user_lockres()
90 user_dlm_inode_from_user_lockres(struct user_lock_res *lockres) in user_dlm_inode_from_user_lockres()
100 static inline void user_recover_from_dlm_error(struct user_lock_res *lockres) in user_recover_from_dlm_error()
129 struct user_lock_res *lockres = user_lksb_to_lock_res(lksb); in user_ast() local
169 static inline void user_dlm_grab_inode_ref(struct user_lock_res *lockres) in user_dlm_grab_inode_ref()
179 static void __user_dlm_queue_lockres(struct user_lock_res *lockres) in __user_dlm_queue_lockres()
191 static void __user_dlm_cond_queue_lockres(struct user_lock_res *lockres) in __user_dlm_cond_queue_lockres()
[all …]
/Linux-v4.19/fs/ocfs2/
Ddlmglue.c129 struct ocfs2_lock_res *lockres) in ocfs2_dump_meta_lvb_info()
301 static inline int ocfs2_is_inode_lock(struct ocfs2_lock_res *lockres) in ocfs2_is_inode_lock()
313 static inline struct inode *ocfs2_lock_res_inode(struct ocfs2_lock_res *lockres) in ocfs2_lock_res_inode()
320 static inline struct ocfs2_dentry_lock *ocfs2_lock_res_dl(struct ocfs2_lock_res *lockres) in ocfs2_lock_res_dl()
327 static inline struct ocfs2_mem_dqinfo *ocfs2_lock_res_qinfo(struct ocfs2_lock_res *lockres) in ocfs2_lock_res_qinfo()
340 static inline struct ocfs2_super *ocfs2_get_lockres_osb(struct ocfs2_lock_res *lockres) in ocfs2_get_lockres_osb()
358 struct ocfs2_lock_res *lockres, in ocfs2_cluster_unlock()
479 static inline void ocfs2_track_lock_refresh(struct ocfs2_lock_res *lockres) in ocfs2_track_lock_refresh()
496 static inline void ocfs2_track_lock_refresh(struct ocfs2_lock_res *lockres) in ocfs2_track_lock_refresh()
573 static struct ocfs2_super *ocfs2_get_inode_osb(struct ocfs2_lock_res *lockres) in ocfs2_get_inode_osb()
[all …]
Dlocks.c43 struct ocfs2_lock_res *lockres = &fp->fp_flock; in ocfs2_do_flock() local
/Linux-v4.19/fs/ocfs2/dlm/
Ddlmthread.c300 struct dlm_lock_resource *lockres; in dlm_run_purge_list() local
Ddlmcommon.h222 struct dlm_lock_resource *lockres; member
229 struct dlm_lock_resource *lockres; member
363 struct dlm_lock_resource *lockres; member
/Linux-v4.19/drivers/md/
Dmd-cluster.c263 static void add_resync_info(struct dlm_lock_resource *lockres, in add_resync_info()
273 static struct suspend_info *read_resync_info(struct mddev *mddev, struct dlm_lock_resource *lockres) in read_resync_info()