Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dglock.c196 if (gh->gh_flags & GL_EXACT) in may_grant()
204 if (gl->gl_state != LM_ST_UNLOCKED && (gh->gh_flags & LM_FLAG_ANY)) in may_grant()
230 else if (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB)) in do_error()
379 if ((gh->gh_flags & LM_FLAG_PRIORITY) == 0) in finish_xmote()
387 (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { in finish_xmote()
449 unsigned int lck_flags = gh ? gh->gh_flags : 0; in do_xmote()
546 if (!(gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) in run_queue()
761 gh->gh_flags = flags; in gfs2_holder_init()
780 gh->gh_flags = flags; in gfs2_holder_reinit()
892 if (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB)) { in add_to_queue()
[all …]
Dsuper.c443 freeze_gh.gh_flags |= GL_NOCACHE; in gfs2_make_fs_rw()
968 freeze_gh.gh_flags |= GL_NOCACHE; in gfs2_freeze_func()
1528 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1545 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1600 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1621 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
Dincore.h263 unsigned gh_flags; member
Dglops.c425 if (!ip || (gh->gh_flags & GL_SKIP)) in inode_go_lock()
Dfile.c1050 fl_gh->gh_flags = LM_FLAG_TRY | GL_EXACT; in do_flock()
Dinode.c192 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_inode_lookup()
Drgrp.c1242 if (gh->gh_flags & GL_SKIP && sdp->sd_args.ar_rgrplvb) in gfs2_rgrp_go_lock()