Home
last modified time | relevance | path

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

/fs/gfs2/
Dbmap.c1497 static int sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh, in sweep_bh_for_rgrps() argument
1513 if (gfs2_holder_initialized(rd_gh)) { in sweep_bh_for_rgrps()
1514 rgd = gfs2_glock2rgrp(rd_gh->gh_gl); in sweep_bh_for_rgrps()
1516 gfs2_glock_is_locked_by_me(rd_gh->gh_gl)); in sweep_bh_for_rgrps()
1539 0, rd_gh); in sweep_bh_for_rgrps()
1642 gfs2_glock_dq_uninit(rd_gh); in sweep_bh_for_rgrps()
1761 struct gfs2_holder rd_gh; in punch_hole() local
1858 gfs2_holder_mark_uninitialized(&rd_gh); in punch_hole()
1894 ret = sweep_bh_for_rgrps(ip, &rd_gh, mp.mp_bh[mp_h], in punch_hole()
2005 if (gfs2_holder_initialized(&rd_gh)) in punch_hole()
[all …]
Dinode.c1352 struct gfs2_holder ghs[4], r_gh, rd_gh; in gfs2_rename() local
1361 gfs2_holder_mark_uninitialized(&rd_gh); in gfs2_rename()
1427 &rd_gh); in gfs2_rename()
1560 if (gfs2_holder_initialized(&rd_gh)) in gfs2_rename()
1561 gfs2_glock_dq_uninit(&rd_gh); in gfs2_rename()