Searched refs:sb_status (Results 1 – 5 of 5) sorted by relevance
| /linux/include/trace/events/ |
| H A D | dlm.h | 223 TP_PROTO(__u32 ls_id, __u32 lkb_id, __u8 sb_flags, int sb_status, 226 TP_ARGS(ls_id, lkb_id, sb_flags, sb_status, res_name, res_length), 232 __field(int, sb_status) 240 __entry->sb_status = sb_status; 248 show_dlm_sb_flags(__entry->sb_flags), __entry->sb_status,
|
| /linux/include/uapi/linux/ |
| H A D | dlm.h | 63 int sb_status; member
|
| /linux/fs/dlm/ |
| H A D | user.c | 69 __u32 sb_status; member 141 res32->lksb.sb_status = res->lksb.sb_status; in compat_output() 852 cb->lkb_lksb->sb_status = cb->sb_status; in device_read() 854 trace_dlm_ast(cb->ls_id, cb->lkb_id, cb->sb_status, in device_read()
|
| /linux/fs/ocfs2/ |
| H A D | stack_user.c | 648 int status = lksb->lksb_fsdlm.sb_status; in fsdlm_lock_ast_wrapper() 700 return lksb->lksb_fsdlm.sb_status; in user_dlm_lock_status() 815 if (lksb->sb_status != -DLM_EUNLOCK) { in sync_unlock() 817 name, lksb->sb_lkid, lksb->sb_status); in sync_unlock() 841 status = lksb->sb_status; in sync_lock()
|
| /linux/drivers/md/ |
| H A D | md-cluster.c | 144 if (res->lksb.sb_status == 0) in dlm_lock_sync() 146 return res->lksb.sb_status; in dlm_lock_sync() 187 if (res->lksb.sb_status == 0) in dlm_lock_sync_interruptible() 189 return res->lksb.sb_status; in dlm_lock_sync_interruptible()
|