Home
last modified time | relevance | path

Searched refs:bt_awu_max (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/
H A Dxfs_buf.h107 unsigned int bt_awu_max; member
H A Dxfs_mount.c786 if (mp->m_ddev_targp->bt_awu_max || in xfs_set_max_atomic_write_opt()
787 (mp->m_rtdev_targp && mp->m_rtdev_targp->bt_awu_max)) { in xfs_set_max_atomic_write_opt()
H A Dxfs_inode.h364 return xfs_inode_buftarg(ip)->bt_awu_max > 0; in xfs_inode_can_hw_atomic_write()
H A Dxfs_iops.c667 return min(awu_max, xfs_inode_buftarg(ip)->bt_awu_max); in xfs_get_atomic_write_max_opt()
H A Dxfs_buf.c1634 btp->bt_awu_max = max_bytes; in xfs_configure_buftarg_atomic_writes()
H A Dxfs_file.c833 if (ocount > xfs_inode_buftarg(ip)->bt_awu_max) in xfs_file_dio_write_atomic()
H A Dxfs_iomap.c844 return len <= xfs_inode_buftarg(ip)->bt_awu_max; in xfs_bmap_hw_atomic_write_possible()