Searched refs:LM_ST_DEFERRED (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.h | 49 #define LM_ST_DEFERRED 2 macro 164 return gl->gl_state == LM_ST_DEFERRED; in gfs2_glock_is_held_dfrd()
|
H A D | lock_dlm.c | 151 ret = LM_ST_DEFERRED; in gdlm_ast() 152 else if (gl->gl_req == LM_ST_DEFERRED) in gdlm_ast() 176 gfs2_glock_cb(gl, LM_ST_DEFERRED); in gdlm_bast() 196 case LM_ST_DEFERRED: in make_mode()
|
H A D | glock.c | 326 if (gh->gh_state == LM_ST_DEFERRED && gh_head->gh_state == LM_ST_DEFERRED) in may_grant() 537 case LM_ST_DEFERRED: in finish_xmote() 606 if ((target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) && 653 glops->go_inval(gl, target == LM_ST_DEFERRED ? 0 : DIO_METADATA); 2041 case LM_ST_DEFERRED: in state2str()
|
H A D | file.c | 796 gfs2_holder_init(ip->i_gl, LM_ST_DEFERRED, 0, gh); in gfs2_file_direct_read() 828 gfs2_holder_init(ip->i_gl, LM_ST_DEFERRED, 0, gh); in gfs2_file_direct_write()
|
H A D | glops.c | 225 * We never used LM_ST_DEFERRED with resource groups, so that we 357 * LM_ST_DEFERRED from LM_ST_SHARED or LM_ST_EXCLUSIVE then we 517 if (gh->gh_state != LM_ST_DEFERRED) in inode_go_lock()
|
H A D | sys.c | 248 glmode = LM_ST_DEFERRED; in demote_rq_store()
|
H A D | trace_gfs2.h | 70 case LM_ST_DEFERRED: in glock_trace_state()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.h | 49 #define LM_ST_DEFERRED 2 macro 166 return gl->gl_state == LM_ST_DEFERRED; in gfs2_glock_is_held_dfrd()
|
H A D | lock_dlm.c | 154 ret = LM_ST_DEFERRED; in gdlm_ast() 155 else if (gl->gl_req == LM_ST_DEFERRED) in gdlm_ast() 179 gfs2_glock_cb(gl, LM_ST_DEFERRED); in gdlm_bast() 199 case LM_ST_DEFERRED: in make_mode()
|
H A D | glock.c | 345 case LM_ST_DEFERRED: in may_grant() 359 gh->gh_state == LM_ST_DEFERRED; in may_grant() 617 case LM_ST_DEFERRED: in finish_xmote() 686 if ((target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) && 733 glops->go_inval(gl, target == LM_ST_DEFERRED ? 0 : DIO_METADATA); 2206 case LM_ST_DEFERRED: in state2str()
|
H A D | file.c | 838 gfs2_holder_init(ip->i_gl, LM_ST_DEFERRED, 0, gh); in gfs2_file_direct_read() 901 gfs2_holder_init(ip->i_gl, LM_ST_DEFERRED, 0, gh); in gfs2_file_direct_write()
|
H A D | glops.c | 217 * We never used LM_ST_DEFERRED with resource groups, so that we 353 * LM_ST_DEFERRED from LM_ST_SHARED or LM_ST_EXCLUSIVE then we 520 if (gh->gh_state != LM_ST_DEFERRED) in inode_go_held()
|
H A D | sys.c | 323 glmode = LM_ST_DEFERRED; in demote_rq_store()
|
H A D | trace_gfs2.h | 70 case LM_ST_DEFERRED: in glock_trace_state()
|
Completed in 20 milliseconds