Searched refs:buf_ops (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | agheader_repair.c | 349 .buf_ops = &xfs_bnobt_buf_ops, in xrep_agf() 354 .buf_ops = &xfs_cntbt_buf_ops, in xrep_agf() 359 .buf_ops = &xfs_rmapbt_buf_ops, in xrep_agf() 364 .buf_ops = &xfs_refcountbt_buf_ops, in xrep_agf() 368 .buf_ops = NULL, in xrep_agf() 1730 .buf_ops = &xfs_inobt_buf_ops, in xrep_agi() 1735 .buf_ops = &xfs_finobt_buf_ops, in xrep_agi() 1739 .buf_ops = NULL, in xrep_agi()
|
| H A D | repair.h | 56 const struct xfs_buf_ops *buf_ops; member
|
| /linux/fs/xfs/ |
| H A D | xfs_mount.c | 166 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local 180 buf_ops = NULL; in xfs_readsb() 184 BTOBB(sector_size), &bp, buf_ops); in xfs_readsb() 221 if (buf_ops == NULL) { in xfs_readsb() 228 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
|
| H A D | xfs_trace.h | 739 __field(const void *, buf_ops) 750 __entry->buf_ops = bp->b_ops; 761 __entry->buf_ops,
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 190 if (q && q->buf_ops && q->buf_ops->op) \ 191 ret = q->buf_ops->op(args); \ 197 if (q && q->buf_ops && q->buf_ops->op) \ 198 q->buf_ops->op(args); \
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_btree.h | 192 const struct xfs_buf_ops *buf_ops; member
|