Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_shared.h32 extern const struct xfs_buf_ops xfs_attr3_rmt_buf_ops;
Dxfs_attr_remote.c221 const struct xfs_buf_ops xfs_attr3_rmt_buf_ops = { variable
410 &xfs_attr3_rmt_buf_ops); in xfs_attr_rmtval_get()
539 bp->b_ops = &xfs_attr3_rmt_buf_ops; in xfs_attr_rmtval_set()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2579 bp->b_ops = &xfs_attr3_rmt_buf_ops; in xlog_recover_validate_buf_type()