Searched refs:sb_issue_zeroout (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/hfsplus/ |
D | extents.c | 466 res = sb_issue_zeroout(sb, start, len, GFP_NOFS); in hfsplus_file_extend()
|
/linux-4.1.27/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 | 1328 ret = sb_issue_zeroout(sb, blk, num, GFP_NOFS); in ext4_init_inode_table()
|
D | extents.c | 3128 ret = sb_issue_zeroout(inode->i_sb, ee_pblock, ee_len, GFP_NOFS); in ext4_ext_zeroout()
|
/linux-4.1.27/fs/gfs2/ |
D | bmap.c | 568 ret = sb_issue_zeroout(sb, dblock, dblks, in gfs2_bmap_alloc()
|
/linux-4.1.27/include/linux/ |
D | blkdev.h | 1174 static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, in sb_issue_zeroout() function
|