fs/ext4/ialloc.c
1606
ret = sb_issue_zeroout(sb, blk, num, GFP_NOFS);
fs/ext4/inode.c
425
ret = sb_issue_zeroout(inode->i_sb, pblk, len, GFP_NOFS);
fs/ext4/resize.c
610
err = sb_issue_zeroout(sb, gdblocks + start + 1,
fs/ext4/resize.c
625
err = sb_issue_zeroout(sb, block, sbi->s_itb_per_group,
fs/gfs2/file.c
1209
error = sb_issue_zeroout(sb, iomap.addr >> inode->i_blkbits,
fs/hfsplus/extents.c
476
res = sb_issue_zeroout(sb, start, len, GFP_NOFS);
fs/ocfs2/file.c
1584
return sb_issue_zeroout(sb, p_block, nr_blocks, GFP_NOFS);