Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_iomap.c206 xfs_extlen_t extsz = xfs_get_extsz_hint(ip); in xfs_iomap_eof_align_last_fsb()
257 xfs_get_extsz_hint(ip)); in xfs_iomap_write_direct()
973 if (xfs_get_extsz_hint(ip)) in xfs_buffered_write_iomap_begin()
Dxfs_inode.h536 xfs_extlen_t xfs_get_extsz_hint(struct xfs_inode *ip);
Dxfs_bmap_util.c90 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_rtalloc()
480 if (xfs_get_extsz_hint(ip) || in xfs_getbmap()
807 extsz = xfs_get_extsz_hint(ip); in xfs_alloc_file_space()
Dxfs_iops.c524 return XFS_FSB_TO_B(mp, xfs_get_extsz_hint(ip)); in xfs_stat_blksize()
Dxfs_inode.c57 xfs_get_extsz_hint( in xfs_get_extsz_hint() function
88 b = xfs_get_extsz_hint(ip); in xfs_get_cowextsz_hint()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_bmap.c3330 align = xfs_get_extsz_hint(ap->ip); in xfs_bmap_compute_alignments()