Searched refs:gh_flags (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dglock.c385 gh->gh_flags = flags;
404 gh->gh_flags = flags;
476 if (!relaxed_state_ok(gl->gl_state, gh->gh_state, gh->gh_flags)) {
484 !(gh->gh_flags & LM_FLAG_PRIORITY)) {
753 if (relaxed_state_ok(gl->gl_state, gh->gh_state, gh->gh_flags)) {
762 if (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))
800 int flags = gh ? gh->gh_flags : 0;
926 (gl->gl_req_gh->gh_flags & GL_NOCANCEL))) {
957 if (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB)) {
971 if (gh->gh_flags
[all...]
H A Dtrans.c59 tr->tr_t_gh.gh_flags |= GL_NOCACHE;
H A Dglops.c202 (!gh || !(gh->gh_flags & GL_SKIP))) {
H A Dinode.c1140 if (gfs2_assert_warn(sdp, gh->gh_flags & GL_ATIME) ||
1141 gfs2_assert_warn(sdp, !(gh->gh_flags & GL_ASYNC)) ||
1146 flags = gh->gh_flags;
1159 gfs2_holder_reinit(LM_ST_EXCLUSIVE, gh->gh_flags & ~LM_FLAG_ANY,
H A Dincore.h132 unsigned gh_flags; member in struct:gfs2_holder
H A Dsuper.c557 t_gh.gh_flags |= GL_NOCACHE;

Completed in 61 milliseconds