Home
last modified time | relevance | path

Searched refs:xfs_item_ops (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_trans.h16 struct xfs_item_ops;
40 const struct xfs_item_ops *li_ops; /* function list */
65 struct xfs_item_ops { struct
105 int type, const struct xfs_item_ops *ops);
Dxfs_refcount_item.c27 static const struct xfs_item_ops xfs_cui_item_ops;
210 static const struct xfs_item_ops xfs_cud_item_ops = {
602 static const struct xfs_item_ops xfs_cui_item_ops = {
Dxfs_bmap_item.c31 static const struct xfs_item_ops xfs_bui_item_ops;
204 static const struct xfs_item_ops xfs_bud_item_ops = {
586 static const struct xfs_item_ops xfs_bui_item_ops = {
Dxfs_rmap_item.c27 static const struct xfs_item_ops xfs_rui_item_ops;
233 static const struct xfs_item_ops xfs_rud_item_ops = {
632 static const struct xfs_item_ops xfs_rui_item_ops = {
Dxfs_extfree_item.c31 static const struct xfs_item_ops xfs_efi_item_ops;
309 static const struct xfs_item_ops xfs_efd_item_ops = {
683 static const struct xfs_item_ops xfs_efi_item_ops = {
Dxfs_log.h105 struct xfs_item_ops;
Dxfs_dquot_item.c196 static const struct xfs_item_ops xfs_dquot_item_ops = {
Dxfs_icreate_item.c69 static const struct xfs_item_ops xfs_icreate_item_ops = {
Dxfs_buf_item.c741 static const struct xfs_item_ops xfs_buf_item_ops = {
Dxfs_inode_item.c652 static const struct xfs_item_ops xfs_inode_item_ops = {
Dxfs_log.c1103 const struct xfs_item_ops *ops) in xfs_log_item_init()