Home
last modified time | relevance | path

Searched refs:sb_issue_zeroout (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/hfsplus/
Dextents.c466 res = sb_issue_zeroout(sb, start, len, GFP_NOFS); in hfsplus_file_extend()
/linux-4.4.14/fs/ext4/
Dresize.c557 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()
Dialloc.c1361 ret = sb_issue_zeroout(sb, blk, num, GFP_NOFS); in ext4_init_inode_table()
Dextents.c3130 ret = sb_issue_zeroout(inode->i_sb, ee_pblock, ee_len, GFP_NOFS); in ext4_ext_zeroout()
/linux-4.4.14/fs/gfs2/
Dbmap.c568 ret = sb_issue_zeroout(sb, dblock, dblks, in gfs2_bmap_alloc()
/linux-4.4.14/include/linux/
Dblkdev.h1134 static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, in sb_issue_zeroout() function
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c84 return sb_issue_zeroout(mp->m_super, block, count_fsb, GFP_NOFS); in xfs_zero_extent()