Home
last modified time | relevance | path

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

/linux-5.19.10/fs/gfs2/
Dglock.c343 (current_gh->gh_flags & LM_FLAG_NODE_SCOPE) && in may_grant()
344 (gh->gh_flags & LM_FLAG_NODE_SCOPE); in may_grant()
357 if (gh->gh_flags & GL_EXACT) in may_grant()
363 if (gh->gh_flags & LM_FLAG_ANY) in may_grant()
373 if (gh->gh_flags & GL_ASYNC) { in gfs2_holder_wake()
395 else if (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB)) in do_error()
558 !(gh->gh_flags & GL_SKIP) && gl->gl_ops->go_instantiate) { in do_promote()
679 if ((gh->gh_flags & LM_FLAG_PRIORITY) == 0) in finish_xmote()
687 (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { in finish_xmote()
760 unsigned int lck_flags = (unsigned int)(gh ? gh->gh_flags : 0); in do_xmote()
[all …]
Dsuper.c1161 gh->gh_flags |= GL_NOCACHE; in gfs2_upgrade_iopen_glock()
1236 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1408 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
Dutil.c183 sdp->sd_jinode_gh.gh_flags |= GL_NOCACHE; in signal_our_withdraw()
Dincore.h264 u16 gh_flags; member
Dfile.c1485 fl_gh->gh_flags = LM_FLAG_TRY | GL_EXACT; in do_flock()