Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_shared.h28 extern const struct xfs_buf_ops xfs_attr3_rmt_buf_ops;
H A 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()
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c382 bp->b_ops = &xfs_attr3_rmt_buf_ops; in xlog_recover_validate_buf_type()