Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_iomap.c157 xfs_extlen_t extsz = xfs_get_extsz_hint(ip); in xfs_iomap_eof_align_last_fsb()
207 xfs_get_extsz_hint(ip)); in xfs_iomap_write_direct()
877 if (xfs_get_extsz_hint(ip)) in xfs_buffered_write_iomap_begin()
H A Dxfs_inode.h407 xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip);
H A Dxfs_bmap_util.c85 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_rtalloc()
441 if (xfs_get_extsz_hint(ip) || in xfs_getbmap()
750 extsz = xfs_get_extsz_hint(ip); in xfs_alloc_file_space()
H A Dxfs_iops.c507 return xfs_get_extsz_hint(ip) << mp->m_sb.sb_blocklog; in xfs_stat_blksize()
H A Dxfs_inode.c54 xfs_get_extsz_hint( in xfs_get_extsz_hint() function
85 b = xfs_get_extsz_hint(ip); in xfs_get_cowextsz_hint()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_bmap.c3502 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_btalloc()