Home
last modified time | relevance | path

Searched refs:xfs_attr3_rmt_buf_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_shared.h28 extern const struct xfs_buf_ops xfs_attr3_rmt_buf_ops;
Dxfs_attr_remote.c230 const struct xfs_buf_ops xfs_attr3_rmt_buf_ops = { variable
420 0, &bp, &xfs_attr3_rmt_buf_ops); in xfs_attr_rmtval_get()
518 bp->b_ops = &xfs_attr3_rmt_buf_ops; in xfs_attr_rmtval_set_value()
/linux-6.1.9/fs/xfs/
Dxfs_buf_item_recover.c382 bp->b_ops = &xfs_attr3_rmt_buf_ops; in xlog_recover_validate_buf_type()