Home
last modified time | relevance | path

Searched refs:rd_gh (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/gfs2/
Dbmap.c1450 static int sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh, in sweep_bh_for_rgrps() argument
1466 if (gfs2_holder_initialized(rd_gh)) { in sweep_bh_for_rgrps()
1467 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps()
1469 gfs2_glock_is_locked_by_me(rd_gh->gh_gl)); in sweep_bh_for_rgrps()
1492 LM_FLAG_NODE_SCOPE, rd_gh); in sweep_bh_for_rgrps()
1594 gfs2_glock_dq_uninit(rd_gh); in sweep_bh_for_rgrps()
1716 struct gfs2_holder rd_gh; in punch_hole() local
1813 gfs2_holder_mark_uninitialized(&rd_gh); in punch_hole()
1849 ret = sweep_bh_for_rgrps(ip, &rd_gh, mp.mp_bh[mp_h], in punch_hole()
1960 if (gfs2_holder_initialized(&rd_gh)) in punch_hole()
[all …]
Dinode.c1404 struct gfs2_holder ghs[4], r_gh, rd_gh; in gfs2_rename() local
1413 gfs2_holder_mark_uninitialized(&rd_gh); in gfs2_rename()
1479 LM_FLAG_NODE_SCOPE, &rd_gh); in gfs2_rename()
1615 if (gfs2_holder_initialized(&rd_gh)) in gfs2_rename()
1616 gfs2_glock_dq_uninit(&rd_gh); in gfs2_rename()