Home
last modified time | relevance | path

Searched refs:__gfs2_trans_begin (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/gfs2/
Dtrans.h37 extern int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp,
Dtrans.c40 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()
Dglops.c126 ret = __gfs2_trans_begin(&tr, sdp, 0, revokes, _RET_IP_); in gfs2_ail_empty_gl()