Searched refs:XFS_B_TO_FSBT (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_iomap.c | 155 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_direct() 298 start_fsb = XFS_B_TO_FSBT(mp, ((xfs_ufsize_t)(offset + count - 1))); in xfs_iomap_eof_want_preallocate() 402 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_delay() 415 ioalign = XFS_B_TO_FSBT(mp, aligned_offset); in xfs_iomap_write_delay() 508 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_allocate() 663 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_unwritten()
|
D | xfs_sb.h | 540 #define XFS_B_TO_FSBT(mp,b) (((__uint64_t)(b)) >> (mp)->m_sb.sb_blocklog) macro
|
D | xfs_vnodeops.c | 2266 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space() 2431 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_zero_remaining_bytes() 2526 endoffset_fsb = XFS_B_TO_FSBT(mp, offset + len); in xfs_free_file_space()
|
D | xfs_dir2.c | 535 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode()
|
D | xfs_ialloc.c | 50 XFS_B_TO_FSBT(args->mp, XFS_INODE_CLUSTER_SIZE(args->mp))) in xfs_ialloc_cluster_alignment()
|
D | xfs_mount.c | 1014 XFS_B_TO_FSBT(mp, mp->m_inode_cluster_size)) in xfs_set_inoalignment()
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_discard.c | 167 start = XFS_B_TO_FSBT(mp, range.start); in xfs_ioc_trim() 168 len = XFS_B_TO_FSBT(mp, range.len); in xfs_ioc_trim()
|
D | xfs_file.c | 481 last_fsb = XFS_B_TO_FSBT(mp, isize); in xfs_zero_last_block() 562 last_fsb = isize ? XFS_B_TO_FSBT(mp, isize - 1) : (xfs_fileoff_t)-1; in xfs_zero_eof() 564 end_zero_fsb = XFS_B_TO_FSBT(mp, offset - 1); in xfs_zero_eof()
|
D | xfs_aops.c | 338 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_map_blocks() 869 start_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_aops_discard_page() 1172 offset_fsb = XFS_B_TO_FSBT(mp, offset); in __xfs_get_blocks()
|