Searched refs:xfs_dquot_buf_ops (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_shared.h33 extern const struct xfs_buf_ops xfs_dquot_buf_ops;
H A Dxfs_dquot_buf.c251 * read will then be run with the xfs_dquot_buf_ops verifier. See
282 const struct xfs_buf_ops xfs_dquot_buf_ops = { variable in typeref:struct:xfs_buf_ops
/linux-master/fs/xfs/
H A Dxfs_dquot_item_recover.c130 &xfs_dquot_buf_ops);
H A Dxfs_dquot.c374 bp->b_ops = &xfs_dquot_buf_ops;
477 &xfs_dquot_buf_ops);
1273 &bp, &xfs_dquot_buf_ops);
H A Dxfs_qm.c942 &xfs_dquot_buf_ops);
966 bp->b_ops = &xfs_dquot_buf_ops;
1053 &xfs_dquot_buf_ops);
H A Dxfs_buf_item_recover.c300 bp->b_ops = &xfs_dquot_buf_ops;
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c92 bp->b_ops = &xfs_dquot_buf_ops;
314 qi->qi_dqchunklen, 0, &bp, &xfs_dquot_buf_ops);
345 bp->b_ops = &xfs_dquot_buf_ops;

Completed in 128 milliseconds