Searched refs:gfs2_trans_remove_revoke (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | trans.h | 47 void gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len);
|
H A D | trans.c | 304 void gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len) in gfs2_trans_remove_revoke() function
|
H A D | xattr.c | 645 gfs2_trans_remove_revoke(sdp, block, 1); in ea_alloc_blk() 707 gfs2_trans_remove_revoke(sdp, block, 1); in ea_write() 1008 gfs2_trans_remove_revoke(sdp, blk, 1); in ea_set_block()
|
H A D | bmap.c | 113 gfs2_trans_remove_revoke(GFS2_SB(&ip->i_inode), block, 1); in __gfs2_unstuff_inode() 710 gfs2_trans_remove_revoke(sdp, bn, n); in __gfs2_iomap_alloc()
|
H A D | dir.c | 878 gfs2_trans_remove_revoke(GFS2_SB(inode), bn, 1); in new_leaf()
|
H A D | rgrp.c | 2494 gfs2_trans_remove_revoke(sdp, block, *nblocks); in gfs2_alloc_blocks()
|