Searched refs:prealloc_blocks (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/fs/xfs/ |
D | xfs_iomap.c | 1005 xfs_fsblock_t prealloc_blocks = 0; in xfs_buffered_write_iomap_begin() local 1154 prealloc_blocks = mp->m_allocsize_blocks; in xfs_buffered_write_iomap_begin() 1156 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin() 1159 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin() 1161 if (prealloc_blocks) { in xfs_buffered_write_iomap_begin() 1168 prealloc_blocks; in xfs_buffered_write_iomap_begin() 1177 prealloc_blocks = p_end_fsb - end_fsb; in xfs_buffered_write_iomap_begin() 1188 end_fsb - offset_fsb, prealloc_blocks, &cmap, in xfs_buffered_write_iomap_begin() 1198 end_fsb - offset_fsb, prealloc_blocks, &imap, &icur, in xfs_buffered_write_iomap_begin()
|