Home
last modified time | relevance | path

Searched refs:sb_sectsize (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_trans_resv.c306 xfs_calc_buf_res(3, mp->m_sb.sb_sectsize) + in xfs_calc_write_reservation()
313 xfs_calc_buf_res(3, mp->m_sb.sb_sectsize) + in xfs_calc_write_reservation()
320 t3 = xfs_calc_buf_res(5, mp->m_sb.sb_sectsize) + in xfs_calc_write_reservation()
387 t2 = xfs_calc_buf_res(9, mp->m_sb.sb_sectsize) + in xfs_calc_itruncate_reservation()
477 t2 = xfs_calc_buf_res(7, mp->m_sb.sb_sectsize) + in xfs_calc_rename_reservation()
685 xfs_calc_buf_res(1, mp->m_sb.sb_sectsize) + in xfs_calc_create_resv_modify()
704 mp->m_sb.sb_sectsize + in xfs_calc_icreate_resv_alloc()
834 xfs_calc_buf_res(3, mp->m_sb.sb_sectsize) + in xfs_calc_ifree_reservation()
851 xfs_calc_buf_res(1, mp->m_sb.sb_sectsize); in xfs_calc_ichange_reservation()
960 xfs_calc_buf_res(2, mp->m_sb.sb_sectsize) + in xfs_calc_addafork_reservation()
[all …]
A Dxfs_sb.c438 sbp->sb_sectsize < XFS_MIN_SECTORSIZE || in xfs_validate_sb_common()
439 sbp->sb_sectsize > XFS_MAX_SECTORSIZE || in xfs_validate_sb_common()
442 sbp->sb_sectsize != (1 << sbp->sb_sectlog) || in xfs_validate_sb_common()
640 to->sb_sectsize = be16_to_cpu(from->sb_sectsize); in __xfs_sb_from_disk()
789 to->sb_sectsize = cpu_to_be16(from->sb_sectsize); in xfs_sb_to_disk()
1219 geo->sectsize = sbp->sb_sectsize; in xfs_fs_geometry()
A Dxfs_format.h112 uint16_t sb_sectsize; /* volume sector size, bytes */ member
201 __be16 sb_sectsize; /* volume sector size, bytes */ member
A Dxfs_ialloc.c3061 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize); in xfs_ialloc_calc_rootino()
A Dxfs_alloc.c50 unsigned int size = mp->m_sb.sb_sectsize; in xfs_agfl_size()
/linux/fs/xfs/
A Dxfs_mount.c216 if (sector_size > sbp->sb_sectsize) { in xfs_readsb()
219 sector_size, sbp->sb_sectsize); in xfs_readsb()
230 sector_size = sbp->sb_sectsize; in xfs_readsb()
A Dxfs_super.c518 error = xfs_setsize_buftarg(mp->m_ddev_targp, mp->m_sb.sb_sectsize); in xfs_setup_devices()
534 mp->m_sb.sb_sectsize); in xfs_setup_devices()
/linux/fs/xfs/scrub/
A Dagheader.c189 if (sb->sb_sectsize != cpu_to_be16(mp->m_sb.sb_sectsize)) in xchk_superblock()

Completed in 34 milliseconds