Home
last modified time | relevance | path

Searched refs:xfs_buf_ops (Results 1 - 25 of 69) sorted by relevance

123

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_shared.h16 struct xfs_buf_ops;
24 extern const struct xfs_buf_ops xfs_agf_buf_ops;
25 extern const struct xfs_buf_ops xfs_agi_buf_ops;
26 extern const struct xfs_buf_ops xfs_agf_buf_ops;
27 extern const struct xfs_buf_ops xfs_agfl_buf_ops;
28 extern const struct xfs_buf_ops xfs_bnobt_buf_ops;
29 extern const struct xfs_buf_ops xfs_cntbt_buf_ops;
30 extern const struct xfs_buf_ops xfs_rmapbt_buf_ops;
31 extern const struct xfs_buf_ops xfs_refcountbt_buf_ops;
32 extern const struct xfs_buf_ops xfs_attr3_leaf_buf_op
[all...]
H A Dxfs_dir2.h91 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
92 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
93 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
94 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
95 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
H A Dxfs_da_btree.h210 int whichfork, const struct xfs_buf_ops *ops);
213 const struct xfs_buf_ops *ops);
H A Dxfs_btree.h152 const struct xfs_buf_ops *buf_ops;
339 const struct xfs_buf_ops *ops);
350 const struct xfs_buf_ops *ops);
362 const struct xfs_buf_ops *ops);
H A Dxfs_dquot_buf.c282 const struct xfs_buf_ops xfs_dquot_buf_ops = {
291 const struct xfs_buf_ops xfs_dquot_buf_ra_ops = {
H A Dxfs_log_recover.h122 const struct xfs_buf_ops *ops);
H A Dxfs_ag.c32 const struct xfs_buf_ops *ops) in xfs_get_aghdr_buf()
350 const struct xfs_buf_ops *ops) in xfs_ag_init_hdr()
369 const struct xfs_buf_ops *ops;
H A Dxfs_symlink_remote.c156 const struct xfs_buf_ops xfs_symlink_buf_ops = {
H A Dxfs_alloc_btree.c362 const struct xfs_buf_ops xfs_bnobt_buf_ops = {
371 const struct xfs_buf_ops xfs_cntbt_buf_ops = {
H A Dxfs_inode_buf.c107 const struct xfs_buf_ops xfs_inode_buf_ops = {
115 const struct xfs_buf_ops xfs_inode_buf_ra_ops = {
H A Dxfs_ialloc_btree.c344 const struct xfs_buf_ops xfs_inobt_buf_ops = {
352 const struct xfs_buf_ops xfs_finobt_buf_ops = {
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_shared.h16 struct xfs_buf_ops;
24 extern const struct xfs_buf_ops xfs_agf_buf_ops;
25 extern const struct xfs_buf_ops xfs_agfl_buf_ops;
26 extern const struct xfs_buf_ops xfs_agi_buf_ops;
27 extern const struct xfs_buf_ops xfs_attr3_leaf_buf_ops;
28 extern const struct xfs_buf_ops xfs_attr3_rmt_buf_ops;
29 extern const struct xfs_buf_ops xfs_bmbt_buf_ops;
30 extern const struct xfs_buf_ops xfs_bnobt_buf_ops;
31 extern const struct xfs_buf_ops xfs_cntbt_buf_ops;
32 extern const struct xfs_buf_ops xfs_da3_node_buf_op
[all...]
H A Dxfs_dir2.h91 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
92 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
93 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
94 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
95 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
H A Dxfs_da_btree.h216 int whichfork, const struct xfs_buf_ops *ops);
219 const struct xfs_buf_ops *ops);
H A Dxfs_btree.h173 const struct xfs_buf_ops *buf_ops;
405 const struct xfs_buf_ops *ops);
416 const struct xfs_buf_ops *ops);
428 const struct xfs_buf_ops *ops);
H A Dxfs_dquot_buf.c282 const struct xfs_buf_ops xfs_dquot_buf_ops = {
291 const struct xfs_buf_ops xfs_dquot_buf_ra_ops = {
H A Dxfs_log_recover.h118 const struct xfs_buf_ops *ops);
H A Dxfs_symlink_remote.c156 const struct xfs_buf_ops xfs_symlink_buf_ops = {
H A Dxfs_ialloc_btree.c351 const struct xfs_buf_ops xfs_inobt_buf_ops = {
359 const struct xfs_buf_ops xfs_finobt_buf_ops = {
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf.h116 struct xfs_buf_ops { struct
192 const struct xfs_buf_ops *b_ops;
204 const struct xfs_buf_ops *ops, xfs_failaddr_t fa);
207 const struct xfs_buf_ops *ops);
228 const struct xfs_buf_ops *ops) in xfs_buf_read()
241 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
251 const struct xfs_buf_ops *ops);
362 int xfs_buf_reverify(struct xfs_buf *bp, const struct xfs_buf_ops *ops);
H A Dxfs_trans.h211 const struct xfs_buf_ops *ops);
222 const struct xfs_buf_ops *ops) in xfs_trans_read_buf()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_buf.h135 struct xfs_buf_ops { struct
213 const struct xfs_buf_ops *b_ops;
222 const struct xfs_buf_ops *ops, xfs_failaddr_t fa);
225 const struct xfs_buf_ops *ops);
259 const struct xfs_buf_ops *ops) in xfs_buf_read()
272 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
282 const struct xfs_buf_ops *ops);
376 int xfs_buf_reverify(struct xfs_buf *bp, const struct xfs_buf_ops *ops);
H A Dxfs_trans.h198 const struct xfs_buf_ops *ops);
209 const struct xfs_buf_ops *ops) in xfs_trans_read_buf()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Drepair.h31 const struct xfs_buf_ops *ops);
45 const struct xfs_buf_ops *buf_ops;
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Drepair.h48 const struct xfs_buf_ops *buf_ops;

Completed in 16 milliseconds

123