Home
last modified time | relevance | path

Searched refs:xfs_fsb_to_db (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.h77 xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb);
Dxfs_bmap_util.c52 xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb) in xfs_fsb_to_db() function
471 out->bmv_block = xfs_fsb_to_db(ip, startblock); in xfs_getbmapx_fix_eof_hole()
1147 xfs_fsb_to_db(ip, imap.br_startblock), in xfs_zero_remaining_bytes()
Dxfs_aops.c603 xfs_daddr_t iomap_bn = xfs_fsb_to_db(XFS_I(inode), imap->br_startblock); in xfs_map_buffer()