Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_buf.h116 unsigned int bt_awu_max; member
A Dxfs_inode.h364 return xfs_inode_buftarg(ip)->bt_awu_max > 0; in xfs_inode_can_hw_atomic_write()
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()
A Dxfs_iops.c669 return min(awu_max, xfs_inode_buftarg(ip)->bt_awu_max); in xfs_get_atomic_write_max_opt()
A Dxfs_buf.c1716 btp->bt_awu_max = max_bytes; in xfs_configure_buftarg_atomic_writes()
A Dxfs_file.c755 if (ocount > xfs_inode_buftarg(ip)->bt_awu_max) in xfs_file_dio_write_atomic()
A Dxfs_iomap.c832 return len <= xfs_inode_buftarg(ip)->bt_awu_max; in xfs_bmap_hw_atomic_write_possible()

Completed in 41 milliseconds