Searched refs:xfs_buf_zero (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/xfs/ |
D | xfs_buf.h | 272 void xfs_buf_zero(struct xfs_buf *bp, size_t boff, size_t bsize);
|
D | xfs_buf.c | 1521 xfs_buf_zero( in xfs_buf_zero() function
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_ag.c | 39 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); in xfs_get_aghdr_buf()
|
D | xfs_sb.c | 1008 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); in xfs_update_secondary_sbs()
|
D | xfs_ialloc.c | 339 xfs_buf_zero(fbuf, 0, BBTOB(fbuf->b_length)); in xfs_ialloc_inode_init()
|
/Linux-v5.4/fs/xfs/scrub/ |
D | repair.c | 351 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); in xrep_init_btblock()
|
D | agheader_repair.c | 51 xfs_buf_zero(bp, 0, BBTOB(bp->b_length)); in xrep_superblock()
|