Searched refs:prealloc_blocks (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_iomap.c | 1514 xfs_fsblock_t prealloc_blocks = 0; in xfs_buffered_write_iomap_begin() local 1667 prealloc_blocks = mp->m_allocsize_blocks; in xfs_buffered_write_iomap_begin() 1669 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin() 1672 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin() 1674 if (prealloc_blocks) { in xfs_buffered_write_iomap_begin() 1681 prealloc_blocks; in xfs_buffered_write_iomap_begin() 1690 prealloc_blocks = p_end_fsb - end_fsb; in xfs_buffered_write_iomap_begin() 1701 end_fsb - offset_fsb, prealloc_blocks, &cmap, in xfs_buffered_write_iomap_begin() 1711 end_fsb - offset_fsb, prealloc_blocks, &imap, &icur, in xfs_buffered_write_iomap_begin()
|