xfs_buf.h (5b5abbefec1bea98abba8f1cffcf72c11c32a92d) | xfs_buf.h (cd913c76f489def1a388e3a5b10df94948ede3f5) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 4 * All Rights Reserved. 5 */ 6#ifndef __XFS_BUF_H__ 7#define __XFS_BUF_H__ 8 --- 75 unchanged lines hidden (view full) --- 84 * 85 * The latter is derived from the underlying device, and controls direct IO 86 * alignment constraints. 87 */ 88typedef struct xfs_buftarg { 89 dev_t bt_dev; 90 struct block_device *bt_bdev; 91 struct dax_device *bt_daxdev; | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 4 * All Rights Reserved. 5 */ 6#ifndef __XFS_BUF_H__ 7#define __XFS_BUF_H__ 8 --- 75 unchanged lines hidden (view full) --- 84 * 85 * The latter is derived from the underlying device, and controls direct IO 86 * alignment constraints. 87 */ 88typedef struct xfs_buftarg { 89 dev_t bt_dev; 90 struct block_device *bt_bdev; 91 struct dax_device *bt_daxdev; |
92 u64 bt_dax_part_off; |
|
92 struct xfs_mount *bt_mount; 93 unsigned int bt_meta_sectorsize; 94 size_t bt_meta_sectormask; 95 size_t bt_logical_sectorsize; 96 size_t bt_logical_sectormask; 97 98 /* LRU control structures */ 99 struct shrinker bt_shrinker; --- 256 unchanged lines hidden --- | 93 struct xfs_mount *bt_mount; 94 unsigned int bt_meta_sectorsize; 95 size_t bt_meta_sectormask; 96 size_t bt_logical_sectorsize; 97 size_t bt_logical_sectormask; 98 99 /* LRU control structures */ 100 struct shrinker bt_shrinker; --- 256 unchanged lines hidden --- |