Searched refs:prealloc_blocks (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_iomap.c | 973 xfs_fsblock_t prealloc_blocks = 0; in xfs_buffered_write_iomap_begin() local 1122 prealloc_blocks = mp->m_allocsize_blocks; in xfs_buffered_write_iomap_begin() 1124 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin() 1127 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin() 1129 if (prealloc_blocks) { in xfs_buffered_write_iomap_begin() 1136 prealloc_blocks; in xfs_buffered_write_iomap_begin() 1145 prealloc_blocks = p_end_fsb - end_fsb; in xfs_buffered_write_iomap_begin() 1156 end_fsb - offset_fsb, prealloc_blocks, &cmap, in xfs_buffered_write_iomap_begin() 1166 end_fsb - offset_fsb, prealloc_blocks, &imap, &icur, in xfs_buffered_write_iomap_begin()
|