Home
last modified time | relevance | path

Searched refs:gh_state (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/gfs2/
H A Dglock.c345 switch(current_gh->gh_state) { in may_grant()
354 return gh->gh_state == LM_ST_EXCLUSIVE && in may_grant()
360 return gh->gh_state == current_gh->gh_state; in may_grant()
367 if (gl->gl_state == gh->gh_state) in may_grant()
372 return gh->gh_state == LM_ST_SHARED || in may_grant()
373 gh->gh_state == LM_ST_DEFERRED; in may_grant()
616 gl->gl_target = gh->gh_state; in finish_xmote()
881 gl->gl_target = gh->gh_state; in run_queue()
1271 gh->gh_state = state; in __gfs2_holder_init()
1288 gh->gh_state = state; in gfs2_holder_reinit()
[all …]
H A Dglops.c520 if (gh->gh_state != LM_ST_DEFERRED) in inode_go_held()
525 (gh->gh_state == LM_ST_EXCLUSIVE)) in inode_go_held()
H A Dtrace_gfs2.h223 __entry->state = glock_trace_state(gh->gh_state);
252 __entry->state = glock_trace_state(gh->gh_state);
H A Dincore.h263 u16 gh_state; member
H A Dfile.c1497 if (fl_gh->gh_state == state) in do_flock()