Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans.h28 struct xfs_item_ops;
50 const struct xfs_item_ops *li_ops; /* function list */
65 struct xfs_item_ops { struct
77 int type, const struct xfs_item_ops *ops); argument
Dxfs_dquot_item.c237 static const struct xfs_item_ops xfs_dquot_item_ops = {
399 static const struct xfs_item_ops xfs_qm_qoffend_logitem_ops = {
413 static const struct xfs_item_ops xfs_qm_qoff_logitem_ops = {
Dxfs_extfree_item.c207 static const struct xfs_item_ops xfs_efi_item_ops = {
468 static const struct xfs_item_ops xfs_efd_item_ops = {
Dxfs_icreate_item.c136 static struct xfs_item_ops xfs_icreate_item_ops = {
Dxfs_log.h134 struct xfs_item_ops;
Dxfs_inode_item.c543 static const struct xfs_item_ops xfs_inode_item_ops = {
Dxfs_buf_item.c705 static const struct xfs_item_ops xfs_buf_item_ops = {
Dxfs_log.c966 const struct xfs_item_ops *ops) in xfs_log_item_init()