Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.h17 struct xfs_item_ops;
41 const struct xfs_item_ops *li_ops; /* function list */
69 struct xfs_item_ops { struct
113 int type, const struct xfs_item_ops *ops);
Dxfs_attr_item.c34 static const struct xfs_item_ops xfs_attri_item_ops;
35 static const struct xfs_item_ops xfs_attrd_item_ops;
853 static const struct xfs_item_ops xfs_attri_item_ops = {
869 static const struct xfs_item_ops xfs_attrd_item_ops = {
Dxfs_refcount_item.c27 static const struct xfs_item_ops xfs_cui_item_ops;
220 static const struct xfs_item_ops xfs_cud_item_ops = {
617 static const struct xfs_item_ops xfs_cui_item_ops = {
Dxfs_bmap_item.c31 static const struct xfs_item_ops xfs_bui_item_ops;
214 static const struct xfs_item_ops xfs_bud_item_ops = {
600 static const struct xfs_item_ops xfs_bui_item_ops = {
Dxfs_rmap_item.c27 static const struct xfs_item_ops xfs_rui_item_ops;
218 static const struct xfs_item_ops xfs_rud_item_ops = {
621 static const struct xfs_item_ops xfs_rui_item_ops = {
Dxfs_extfree_item.c32 static const struct xfs_item_ops xfs_efi_item_ops;
297 static const struct xfs_item_ops xfs_efd_item_ops = {
682 static const struct xfs_item_ops xfs_efi_item_ops = {
Dxfs_iunlink_item.c122 static const struct xfs_item_ops xfs_iunlink_item_ops = {
Dxfs_log.h126 struct xfs_item_ops;
Dxfs_dquot_item.c196 static const struct xfs_item_ops xfs_dquot_item_ops = {
Dxfs_icreate_item.c70 static const struct xfs_item_ops xfs_icreate_item_ops = {
Dxfs_buf_item.c742 static const struct xfs_item_ops xfs_buf_item_ops = {
Dxfs_inode_item.c664 static const struct xfs_item_ops xfs_inode_item_ops = {
Dxfs_log_recover.c2555 const struct xfs_item_ops *ops; in xlog_recover_process_intents()
Dxfs_log.c1128 const struct xfs_item_ops *ops) in xfs_log_item_init()