Searched refs:sb_issue_zeroout (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/hfsplus/ |
D | extents.c | 466 res = sb_issue_zeroout(sb, start, len, GFP_NOFS); in hfsplus_file_extend()
|
/linux-4.4.14/fs/ext4/ |
D | resize.c | 557 err = sb_issue_zeroout(sb, gdblocks + start + 1, in setup_new_flex_group_blocks() 572 err = sb_issue_zeroout(sb, block, sbi->s_itb_per_group, in setup_new_flex_group_blocks()
|
D | ialloc.c | 1361 ret = sb_issue_zeroout(sb, blk, num, GFP_NOFS); in ext4_init_inode_table()
|
D | extents.c | 3130 ret = sb_issue_zeroout(inode->i_sb, ee_pblock, ee_len, GFP_NOFS); in ext4_ext_zeroout()
|
/linux-4.4.14/fs/gfs2/ |
D | bmap.c | 568 ret = sb_issue_zeroout(sb, dblock, dblks, in gfs2_bmap_alloc()
|
/linux-4.4.14/include/linux/ |
D | blkdev.h | 1134 static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, in sb_issue_zeroout() function
|
/linux-4.4.14/fs/xfs/ |
D | xfs_bmap_util.c | 84 return sb_issue_zeroout(mp->m_super, block, count_fsb, GFP_NOFS); in xfs_zero_extent()
|