Home
last modified time | relevance | path

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

/linux-4.4.14/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
73 xfs_daddr_t sector = xfs_fsb_to_db(ip, start_fsb); in xfs_zero_extent()
497 out->bmv_block = xfs_fsb_to_db(ip, startblock); in xfs_getbmapx_fix_eof_hole()
1185 xfs_fsb_to_db(ip, imap.br_startblock), in xfs_zero_remaining_bytes()
Dxfs_aops.c608 xfs_daddr_t iomap_bn = xfs_fsb_to_db(XFS_I(inode), imap->br_startblock); in xfs_map_buffer()