Searched refs:l_bh (Results 1 - 3 of 3) sorted by relevance

/fs/gfs2/
H A Dsuper.h46 struct buffer_head *l_bh);
H A Dsuper.c474 struct buffer_head *m_bh, *l_bh; local
493 error = gfs2_meta_inode_buffer(l_ip, &l_bh);
500 gfs2_statfs_change_in(l_sc, l_bh->b_data +
504 brelse(l_bh);
520 struct buffer_head *l_bh; local
525 error = gfs2_meta_inode_buffer(l_ip, &l_bh);
529 gfs2_trans_add_meta(l_ip->i_gl, l_bh);
535 gfs2_statfs_change_out(l_sc, l_bh->b_data + sizeof(struct gfs2_dinode));
544 brelse(l_bh);
550 struct buffer_head *l_bh)
549 update_statfs(struct gfs2_sbd *sdp, struct buffer_head *m_bh, struct buffer_head *l_bh) argument
580 struct buffer_head *m_bh, *l_bh; local
[all...]
H A Daops.c763 struct buffer_head *m_bh, *l_bh; local
783 if (gfs2_meta_inode_buffer(l_ip, &l_bh) != 0)
785 update_statfs(sdp, m_bh, l_bh);
786 brelse(l_bh);

Completed in 8 milliseconds