Searched refs:XFS_B_TO_FSBT (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/ |
D | xfs_iomap.c | 225 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap() 427 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_direct() 575 start_fsb = XFS_B_TO_FSBT(mp, ((xfs_ufsize_t)(offset + count - 1))); in xfs_iomap_eof_want_preallocate() 628 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_delay() 638 ioalign = XFS_B_TO_FSBT(mp, aligned_offset); in xfs_iomap_write_delay() 721 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_allocate() 874 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_unwritten()
|
D | xfs_sb.h | 532 #define XFS_B_TO_FSBT(mp,b) (((__uint64_t)(b)) >> (mp)->m_sb.sb_blocklog) macro
|
D | xfs_dir2.c | 538 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE); in xfs_dir2_grow_inode()
|
D | xfs_vnodeops.c | 2778 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space() 2964 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_zero_remaining_bytes() 3060 endoffset_fsb = XFS_B_TO_FSBT(mp, end_dmi_offset); in xfs_free_file_space()
|
D | xfs_ialloc.c | 54 XFS_B_TO_FSBT(args->mp, XFS_INODE_CLUSTER_SIZE(args->mp))) in xfs_ialloc_cluster_alignment()
|
D | xfs_mount.c | 825 XFS_B_TO_FSBT(mp, mp->m_inode_cluster_size)) in xfs_set_inoalignment()
|
/fs/xfs/linux-2.6/ |
D | xfs_lrw.c | 407 last_fsb = XFS_B_TO_FSBT(mp, isize); in xfs_zero_last_block() 488 last_fsb = isize ? XFS_B_TO_FSBT(mp, isize - 1) : (xfs_fileoff_t)-1; in xfs_zero_eof() 490 end_zero_fsb = XFS_B_TO_FSBT(mp, offset - 1); in xfs_zero_eof()
|