Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_iomap.c140 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_direct()
558 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_delay()
Dxfs_inode.h386 xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip);
Dxfs_bmap_util.c158 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_rtalloc()
541 if (xfs_get_extsz_hint(ip) || in xfs_getbmap()
965 extsz = xfs_get_extsz_hint(ip); in xfs_alloc_file_space()
Dxfs_iops.c487 xfs_get_extsz_hint(ip) << mp->m_sb.sb_blocklog; in xfs_vn_getattr()
Dxfs_aops.c1404 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.1.27/fs/xfs/libxfs/
Dxfs_bmap.c3668 align = ap->userdata ? xfs_get_extsz_hint(ap->ip) : 0; in xfs_bmap_btalloc()
4114 extsz = xfs_get_extsz_hint(ip); in xfs_bmapi_reserve_delalloc()