Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dbmap.c1454 static int sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh, in sweep_bh_for_rgrps() argument
1470 if (gfs2_holder_initialized(rd_gh)) { in sweep_bh_for_rgrps()
1471 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps()
1473 gfs2_glock_is_locked_by_me(rd_gh->gh_gl)); in sweep_bh_for_rgrps()
1496 LM_FLAG_NODE_SCOPE, rd_gh); in sweep_bh_for_rgrps()
1598 gfs2_glock_dq_uninit(rd_gh); in sweep_bh_for_rgrps()
1720 struct gfs2_holder rd_gh; in punch_hole() local
1818 gfs2_holder_mark_uninitialized(&rd_gh); in punch_hole()
1854 ret = sweep_bh_for_rgrps(ip, &rd_gh, mp.mp_bh[mp_h], in punch_hole()
1965 if (gfs2_holder_initialized(&rd_gh)) in punch_hole()
[all …]
H A Dinode.c1408 struct gfs2_holder ghs[4], r_gh, rd_gh; in gfs2_rename() local
1417 gfs2_holder_mark_uninitialized(&rd_gh); in gfs2_rename()
1483 LM_FLAG_NODE_SCOPE, &rd_gh); in gfs2_rename()
1619 if (gfs2_holder_initialized(&rd_gh)) in gfs2_rename()
1620 gfs2_glock_dq_uninit(&rd_gh); in gfs2_rename()