Home
last modified time | relevance | path

Searched refs:xfs_get_extsz_hint (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_iomap.c138 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_direct()
596 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_delay()
Dxfs_inode.h419 xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip);
Dxfs_bmap_util.c177 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_rtalloc()
567 if (xfs_get_extsz_hint(ip) || in xfs_getbmap()
988 extsz = xfs_get_extsz_hint(ip); in xfs_alloc_file_space()
Dxfs_iops.c484 xfs_get_extsz_hint(ip) << mp->m_sb.sb_blocklog; in xfs_vn_getattr()
Dxfs_aops.c1435 if (direct || xfs_get_extsz_hint(ip)) { in __xfs_get_blocks()
Dxfs_inode.c68 xfs_get_extsz_hint( in xfs_get_extsz_hint() function
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c3668 align = ap->userdata ? xfs_get_extsz_hint(ap->ip) : 0; in xfs_bmap_btalloc()
4119 extsz = xfs_get_extsz_hint(ip); in xfs_bmapi_reserve_delalloc()