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

/linux-master/fs/gfs2/
H A Dbmap.c1439 * @btotal: place to keep count of total blocks freed
1451 * *btotal has the total number of blocks freed
1455 bool meta, u32 *btotal)
1565 (*btotal) += blen;
1573 (*btotal) += blen;
1727 u32 btotal = 0; local
1856 &btotal);
1945 if (btotal) {
1953 gfs2_statfs_change(sdp, 0, +btotal, 0);
1954 gfs2_quota_change(ip, -(s64)btotal, i
1453 sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh, struct buffer_head *bh, __be64 *start, __be64 *end, bool meta, u32 *btotal) argument
[all...]

Completed in 145 milliseconds