Home
last modified time | relevance | path

Searched refs:gh_iflags (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
A Dglock.c371 clear_bit(HIF_WAIT, &gh->gh_iflags); in gfs2_holder_wake()
373 wake_up_bit(&gh->gh_iflags, HIF_WAIT); in gfs2_holder_wake()
392 if (!test_bit(HIF_WAIT, &gh->gh_iflags)) in do_error()
426 if (!test_bit(HIF_HOLDER, &gh->gh_iflags)) in demote_incompat_holders()
452 if (test_bit(HIF_HOLDER, &gh->gh_iflags)) in find_first_holder()
540 if (test_bit(HIF_HOLDER, &gh->gh_iflags)) in do_promote()
574 set_bit(HIF_HOLDER, &gh->gh_iflags); in do_promote()
1266 gh->gh_iflags = 0; in __gfs2_holder_init()
1284 gh->gh_iflags = 0; in gfs2_holder_reinit()
1647 clear_bit(HIF_HOLDER, &gh->gh_iflags); in __gfs2_glock_dq()
[all …]
A Dglock.h151 if (!test_bit(HIF_HOLDER, &gh->gh_iflags)) in gfs2_glock_is_locked_by_me()
153 if (test_bit(HIF_MAY_DEMOTE, &gh->gh_iflags)) in gfs2_glock_is_locked_by_me()
343 set_bit(HIF_MAY_DEMOTE, &gh->gh_iflags); in gfs2_holder_allow_demote()
352 clear_bit(HIF_MAY_DEMOTE, &gh->gh_iflags); in gfs2_holder_disallow_demote()
A Dsuper.c1192 !test_bit(HIF_WAIT, &gh->gh_iflags) || in gfs2_upgrade_iopen_glock()
1195 if (!test_bit(HIF_HOLDER, &gh->gh_iflags)) { in gfs2_upgrade_iopen_glock()
1261 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete()
1409 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
A Dincore.h268 unsigned long gh_iflags; /* HIF_... */ member

Completed in 22 milliseconds