Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Dglock.c288 if (gh->gh_flags & GL_EXACT) in may_grant()
296 if (gl->gl_state != LM_ST_UNLOCKED && (gh->gh_flags & LM_FLAG_ANY)) in may_grant()
322 else if (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB)) in do_error()
471 if ((gh->gh_flags & LM_FLAG_PRIORITY) == 0) in finish_xmote()
479 (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { in finish_xmote()
541 unsigned int lck_flags = (unsigned int)(gh ? gh->gh_flags : 0); in do_xmote()
647 if (!(gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) in run_queue()
891 gh->gh_flags = flags; in gfs2_holder_init()
910 gh->gh_flags = flags; in gfs2_holder_reinit()
1022 if (gh->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB)) { in add_to_queue()
[all …]
Dsuper.c453 freeze_gh.gh_flags |= GL_NOCACHE; in gfs2_make_fs_rw()
986 freeze_gh.gh_flags |= GL_NOCACHE; in gfs2_freeze_func()
1600 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1624 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1690 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1717 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
Dincore.h284 u16 gh_flags; member
Dglops.c436 if (!ip || (gh->gh_flags & GL_SKIP)) in inode_go_lock()
Dfile.c1209 fl_gh->gh_flags = LM_FLAG_TRY | GL_EXACT; in do_flock()
Dinode.c204 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_inode_lookup()
Drgrp.c1244 if (gh->gh_flags & GL_SKIP && sdp->sd_args.ar_rgrplvb) in gfs2_rgrp_go_lock()