Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans.h16 struct xfs_item_ops;
44 const struct xfs_item_ops *li_ops; /* function list */
69 struct xfs_item_ops { struct
82 int type, const struct xfs_item_ops *ops); argument
Dxfs_dquot_item.c255 static const struct xfs_item_ops xfs_dquot_item_ops = {
420 static const struct xfs_item_ops xfs_qm_qoffend_logitem_ops = {
434 static const struct xfs_item_ops xfs_qm_qoff_logitem_ops = {
Dxfs_rmap_item.c180 static const struct xfs_item_ops xfs_rui_item_ops = {
368 static const struct xfs_item_ops xfs_rud_item_ops = {
Dxfs_refcount_item.c181 static const struct xfs_item_ops xfs_cui_item_ops = {
347 static const struct xfs_item_ops xfs_cud_item_ops = {
Dxfs_bmap_item.c182 static const struct xfs_item_ops xfs_bui_item_ops = {
342 static const struct xfs_item_ops xfs_bud_item_ops = {
Dxfs_icreate_item.c124 static const struct xfs_item_ops xfs_icreate_item_ops = {
Dxfs_extfree_item.c192 static const struct xfs_item_ops xfs_efi_item_ops = {
441 static const struct xfs_item_ops xfs_efd_item_ops = {
Dxfs_log.h113 struct xfs_item_ops;
Dxfs_inode_item.c632 static const struct xfs_item_ops xfs_inode_item_ops = {
Dxfs_buf_item.c682 static const struct xfs_item_ops xfs_buf_item_ops = {
Dxfs_log.c1048 const struct xfs_item_ops *ops) in xfs_log_item_init()