Home
last modified time | relevance | path

Searched refs:prealloc_blocks (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_iomap.c952 xfs_fsblock_t prealloc_blocks = 0; in xfs_buffered_write_iomap_begin() local
1101 prealloc_blocks = mp->m_allocsize_blocks; in xfs_buffered_write_iomap_begin()
1103 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin()
1106 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin()
1108 if (prealloc_blocks) { in xfs_buffered_write_iomap_begin()
1115 prealloc_blocks; in xfs_buffered_write_iomap_begin()
1124 prealloc_blocks = p_end_fsb - end_fsb; in xfs_buffered_write_iomap_begin()
1130 end_fsb - offset_fsb, prealloc_blocks, &cmap, in xfs_buffered_write_iomap_begin()
1140 end_fsb - offset_fsb, prealloc_blocks, &imap, &icur, in xfs_buffered_write_iomap_begin()
/openbmc/u-boot/include/
H A Dext_common.h101 uint8_t prealloc_blocks; member