debug_fs.c (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | debug_fs.c (61bed0baa4dba17dd06cdfe20481a580718d6c7c) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/****************************************************************************** 3******************************************************************************* 4** 5** Copyright (C) 2005-2009 Red Hat, Inc. All rights reserved. 6** 7** 8******************************************************************************* --- 232 unchanged lines hidden (view full) --- 241 lkb->lkb_remid, 242 lkb->lkb_ownpid, 243 (unsigned long long)xid, 244 lkb->lkb_exflags, 245 lkb->lkb_flags, 246 lkb->lkb_status, 247 lkb->lkb_grmode, 248 lkb->lkb_rqmode, | 1// SPDX-License-Identifier: GPL-2.0-only 2/****************************************************************************** 3******************************************************************************* 4** 5** Copyright (C) 2005-2009 Red Hat, Inc. All rights reserved. 6** 7** 8******************************************************************************* --- 232 unchanged lines hidden (view full) --- 241 lkb->lkb_remid, 242 lkb->lkb_ownpid, 243 (unsigned long long)xid, 244 lkb->lkb_exflags, 245 lkb->lkb_flags, 246 lkb->lkb_status, 247 lkb->lkb_grmode, 248 lkb->lkb_rqmode, |
249 lkb->lkb_last_bast.mode, | 249 lkb->lkb_last_bast_mode, |
250 rsb_lookup, 251 lkb->lkb_wait_type, 252 lkb->lkb_lvbseq, 253 (unsigned long long)ktime_to_ns(lkb->lkb_timestamp), 254 (unsigned long long)ktime_to_ns(lkb->lkb_last_bast_time)); 255} 256 257static void print_format3(struct dlm_rsb *r, struct seq_file *s) --- 695 unchanged lines hidden --- | 250 rsb_lookup, 251 lkb->lkb_wait_type, 252 lkb->lkb_lvbseq, 253 (unsigned long long)ktime_to_ns(lkb->lkb_timestamp), 254 (unsigned long long)ktime_to_ns(lkb->lkb_last_bast_time)); 255} 256 257static void print_format3(struct dlm_rsb *r, struct seq_file *s) --- 695 unchanged lines hidden --- |