Home
last modified time | relevance | path

Searched refs:li_ops (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_trans.h162 struct xfs_item_ops *li_ops; /* function list */ member
183 #define IOP_SIZE(ip) (*(ip)->li_ops->iop_size)(ip)
184 #define IOP_FORMAT(ip,vp) (*(ip)->li_ops->iop_format)(ip, vp)
185 #define IOP_PIN(ip) (*(ip)->li_ops->iop_pin)(ip)
186 #define IOP_UNPIN(ip, flags) (*(ip)->li_ops->iop_unpin)(ip, flags)
187 #define IOP_UNPIN_REMOVE(ip,tp) (*(ip)->li_ops->iop_unpin_remove)(ip, tp)
188 #define IOP_TRYLOCK(ip) (*(ip)->li_ops->iop_trylock)(ip)
189 #define IOP_UNLOCK(ip) (*(ip)->li_ops->iop_unlock)(ip)
190 #define IOP_COMMITTED(ip, lsn) (*(ip)->li_ops->iop_committed)(ip, lsn)
191 #define IOP_PUSH(ip) (*(ip)->li_ops->iop_push)(ip)
[all …]
Dxfs_extfree_item.c333 efip->efi_item.li_ops = &xfs_efi_item_ops; in xfs_efi_init()
661 efdp->efd_item.li_ops = &xfs_efd_item_ops; in xfs_efd_init()
Dxfs_trans_ail.c167 ASSERT(lip->li_ops->iop_pushbuf); in xfs_trans_push_ail()
Dxfs_buf_item.c769 bip->bli_item.li_ops = &xfs_buf_item_ops; in xfs_buf_item_init()
Dxfs_inode_item.c947 iip->ili_item.li_ops = &xfs_inode_item_ops; in xfs_inode_item_init()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot_item.c466 lp->qli_item.li_ops = &xfs_dquot_item_ops; in xfs_qm_dquot_logitem_init()
707 qf->qql_item.li_ops = &xfs_qm_qoffend_logitem_ops; in xfs_qm_qoff_logitem_init()
709 qf->qql_item.li_ops = &xfs_qm_qoff_logitem_ops; in xfs_qm_qoff_logitem_init()