Searched refs:sb_status (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | dlm.h | 63 int sb_status; member
|
| /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/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/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()
|