dlm_internal.h (03c601927b673a243c9595e1ecc9e8adfdd02438) | dlm_internal.h (75a7d60134ce84209f2c61ec4619ee543aa8f466) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/****************************************************************************** 3******************************************************************************* 4** 5** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 6** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. 7** 8** --- 232 unchanged lines hidden (view full) --- 241 uint32_t lkb_lvbseq; /* lvb sequence number */ 242 243 int8_t lkb_status; /* granted, waiting, convert */ 244 int8_t lkb_rqmode; /* requested lock mode */ 245 int8_t lkb_grmode; /* granted lock mode */ 246 int8_t lkb_highbast; /* highest mode bast sent for */ 247 248 int8_t lkb_wait_type; /* type of reply waiting for */ | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/****************************************************************************** 3******************************************************************************* 4** 5** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 6** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. 7** 8** --- 232 unchanged lines hidden (view full) --- 241 uint32_t lkb_lvbseq; /* lvb sequence number */ 242 243 int8_t lkb_status; /* granted, waiting, convert */ 244 int8_t lkb_rqmode; /* requested lock mode */ 245 int8_t lkb_grmode; /* granted lock mode */ 246 int8_t lkb_highbast; /* highest mode bast sent for */ 247 248 int8_t lkb_wait_type; /* type of reply waiting for */ |
249 int8_t lkb_wait_count; | 249 atomic_t lkb_wait_count; |
250 int lkb_wait_nodeid; /* for debugging */ 251 252 struct list_head lkb_statequeue; /* rsb g/c/w list */ 253 struct list_head lkb_rsb_lookup; /* waiting for rsb lookup */ 254 struct list_head lkb_wait_reply; /* waiting for remote reply */ 255 struct list_head lkb_ownqueue; /* list of locks for a process */ 256 ktime_t lkb_timestamp; 257 --- 571 unchanged lines hidden --- | 250 int lkb_wait_nodeid; /* for debugging */ 251 252 struct list_head lkb_statequeue; /* rsb g/c/w list */ 253 struct list_head lkb_rsb_lookup; /* waiting for rsb lookup */ 254 struct list_head lkb_wait_reply; /* waiting for remote reply */ 255 struct list_head lkb_ownqueue; /* list of locks for a process */ 256 ktime_t lkb_timestamp; 257 --- 571 unchanged lines hidden --- |