Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h103 unsigned int bt_awu_max; member
H A Dxfs_iops.c666 return min(awu_max, xfs_inode_buftarg(ip)->bt_awu_max); in xfs_get_atomic_write_max_opt()
H A Dxfs_buf.c1684 btp->bt_awu_max = max_bytes; in xfs_configure_buftarg_atomic_writes()
H A Dxfs_file.c822 if (ocount > xfs_inode_buftarg(ip)->bt_awu_max)
H A Dxfs_iomap.c844 return len <= xfs_inode_buftarg(ip)->bt_awu_max; in xfs_bmap_hw_atomic_write_possible()