Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_iomap.c167 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_direct()
520 ASSERT(!xfs_get_extsz_hint(ip)); in xfs_file_iomap_begin_delay()
1013 !IS_DAX(inode) && !xfs_get_extsz_hint(ip)) { in xfs_file_iomap_begin()
Dxfs_inode.h438 xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip);
Dxfs_bmap_util.c89 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_rtalloc()
585 if (xfs_get_extsz_hint(ip) || in xfs_getbmap()
893 extsz = xfs_get_extsz_hint(ip); in xfs_alloc_file_space()
Dxfs_iops.c563 xfs_get_extsz_hint(ip) << mp->m_sb.sb_blocklog; in xfs_vn_getattr()
Dxfs_inode.c61 xfs_get_extsz_hint( in xfs_get_extsz_hint() function
86 b = xfs_get_extsz_hint(ip); in xfs_get_cowextsz_hint()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c3416 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_btalloc()