Searched refs:prealloc_blocks (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_iomap.c | 1769 xfs_fsblock_t prealloc_blocks = 0; in xfs_buffered_write_iomap_begin() local 1943 prealloc_blocks = mp->m_allocsize_blocks; in xfs_buffered_write_iomap_begin() 1945 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin() 1948 prealloc_blocks = xfs_iomap_prealloc_size(ip, allocfork, in xfs_buffered_write_iomap_begin() 1950 if (prealloc_blocks) { in xfs_buffered_write_iomap_begin() 1957 prealloc_blocks; in xfs_buffered_write_iomap_begin() 1966 prealloc_blocks = p_end_fsb - end_fsb; in xfs_buffered_write_iomap_begin() 1977 end_fsb - offset_fsb, prealloc_blocks, &cmap, in xfs_buffered_write_iomap_begin() 1987 end_fsb - offset_fsb, prealloc_blocks, &imap, &icur, in xfs_buffered_write_iomap_begin()
|