Searched refs:__gfs2_trans_begin (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/fs/gfs2/ |
D | trans.h | 37 extern int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp,
|
D | trans.c | 40 int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp, in __gfs2_trans_begin() function 118 error = __gfs2_trans_begin(tr, sdp, blocks, revokes, _RET_IP_); in gfs2_trans_begin()
|
D | glops.c | 126 ret = __gfs2_trans_begin(&tr, sdp, 0, revokes, _RET_IP_); in gfs2_ail_empty_gl()
|