Searched refs:start_fsb (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_fsmap.c | 470 xfs_fsblock_t start_fsb; in __xfs_getfsmap_rtdev() local 480 start_fsb = XFS_BB_TO_FSBT(mp, keys[0].fmr_physical); in __xfs_getfsmap_rtdev() 484 info->low.rm_startblock = start_fsb; in __xfs_getfsmap_rtdev() 565 xfs_fsblock_t start_fsb; in __xfs_getfsmap_datadev() local 577 start_fsb = XFS_DADDR_TO_FSB(mp, keys[0].fmr_physical); in __xfs_getfsmap_datadev() 585 info->low.rm_startblock = XFS_FSB_TO_AGBNO(mp, start_fsb); in __xfs_getfsmap_datadev() 599 start_ag = XFS_FSB_TO_AGNO(mp, start_fsb); in __xfs_getfsmap_datadev()
|
| D | xfs_iomap.c | 1074 xfs_fileoff_t start_fsb; in xfs_file_iomap_end_delalloc() local 1093 start_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_file_iomap_end_delalloc() 1095 start_fsb = XFS_B_TO_FSB(mp, offset + written); in xfs_file_iomap_end_delalloc() 1106 if ((iomap->flags & IOMAP_F_NEW) && start_fsb < end_fsb) { in xfs_file_iomap_end_delalloc() 1107 truncate_pagecache_range(VFS_I(ip), XFS_FSB_TO_B(mp, start_fsb), in xfs_file_iomap_end_delalloc() 1110 error = xfs_bmap_punch_delalloc_range(ip, start_fsb, in xfs_file_iomap_end_delalloc() 1111 end_fsb - start_fsb); in xfs_file_iomap_end_delalloc()
|
| D | xfs_bmap_util.h | 36 xfs_fileoff_t start_fsb, xfs_fileoff_t length);
|
| D | xfs_bmap_util.c | 57 xfs_fsblock_t start_fsb, in xfs_zero_extent() argument 61 xfs_daddr_t sector = xfs_fsb_to_db(ip, start_fsb); in xfs_zero_extent() 691 xfs_fileoff_t start_fsb, in xfs_bmap_punch_delalloc_range() argument 695 xfs_fileoff_t end_fsb = start_fsb + length; in xfs_bmap_punch_delalloc_range() 706 while (got.br_startoff + got.br_blockcount > start_fsb) { in xfs_bmap_punch_delalloc_range() 708 xfs_trim_extent(&del, start_fsb, length); in xfs_bmap_punch_delalloc_range()
|
| D | xfs_mount.h | 457 int xfs_zero_extent(struct xfs_inode *ip, xfs_fsblock_t start_fsb,
|
| D | xfs_aops.c | 831 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_aops_discard_page() local 841 error = xfs_bmap_punch_delalloc_range(ip, start_fsb, in xfs_aops_discard_page()
|
| /Linux-v5.4/fs/ext4/ |
| D | fsmap.c | 468 ext4_fsblk_t start_fsb; in ext4_getfsmap_datadev() local 486 start_fsb = keys[0].fmr_physical; in ext4_getfsmap_datadev() 490 ext4_get_group_no_and_offset(sb, start_fsb, &start_ag, &first_cluster); in ext4_getfsmap_datadev()
|