Home
last modified time | relevance | path

Searched refs:cur_state (Results 1 – 2 of 2) sorted by relevance

/fs/gfs2/
Dtrace_gfs2.h100 __field( u8, cur_state )
111 __entry->cur_state = glock_trace_state(gl->gl_state);
121 glock_trace_name(__entry->cur_state),
139 __field( u8, cur_state )
147 __entry->cur_state = glock_trace_state(gl->gl_state);
154 glock_trace_name(__entry->cur_state),
171 __field( u8, cur_state )
181 __entry->cur_state = glock_trace_state(gl->gl_state);
190 glock_trace_name(__entry->cur_state),
Drgrp.c78 unsigned char *byte1, *byte2, *end, cur_state; in gfs2_setbit() local
88 cur_state = (*byte1 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
90 if (unlikely(!valid_change[new_state * 4 + cur_state])) { in gfs2_setbit()
94 rbm->offset, cur_state, new_state); in gfs2_setbit()
105 *byte1 ^= (cur_state ^ new_state) << bit; in gfs2_setbit()
109 cur_state = (*byte2 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
110 *byte2 ^= (cur_state ^ new_state) << bit; in gfs2_setbit()