Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_rw.h47 extern xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip);
Dxfs_rw.c167 xfs_get_extsz_hint( in xfs_get_extsz_hint() function
Dxfs_iomap.c153 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_direct()
401 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_delay()
Dxfs_bmap.c2339 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_rtalloc()
2562 align = ap->userdata ? xfs_get_extsz_hint(ap->ip) : 0; in xfs_bmap_btalloc()
4511 extsz = xfs_get_extsz_hint(ip); in xfs_bmapi()
5469 if (xfs_get_extsz_hint(ip) || in xfs_getbmap()
Dxfs_vnodeops.c2260 extsz = xfs_get_extsz_hint(ip); in xfs_alloc_file_space()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_iops.c490 xfs_get_extsz_hint(ip) << mp->m_sb.sb_blocklog; in xfs_vn_getattr()