Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h107 unsigned int bt_awu_max;
118 unsigned int bt_awu_max; global() 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_buf.c1634 btp->bt_awu_max = max_bytes;
H A Dxfs_file.c833 if (ocount > xfs_inode_buftarg(ip)->bt_awu_max)
H A Dxfs_iomap.c844 return len <= xfs_inode_buftarg(ip)->bt_awu_max;