Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_rw.h50 xfs_get_extsz_hint( in xfs_get_extsz_hint() function
Dxfs_iomap.c425 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_direct()
627 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_delay()
Dxfs_bmap.c2620 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_rtalloc()
2727 align = ap->userdata ? xfs_get_extsz_hint(ap->ip) : 0; in xfs_bmap_btalloc()
4950 extsz = xfs_get_extsz_hint(ip); in xfs_bmapi()
5928 if (xfs_get_extsz_hint(ip) || in xfs_getbmap()
Dxfs_vnodeops.c2772 extsz = xfs_get_extsz_hint(ip); in xfs_alloc_file_space()
/fs/xfs/linux-2.6/
Dxfs_iops.c583 xfs_get_extsz_hint(ip) << mp->m_sb.sb_blocklog; in xfs_vn_getattr()