Home
last modified time | relevance | path

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

/Linux-v5.4/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
89 int type, const struct xfs_item_ops *ops); argument
Dxfs_dquot_item.c225 static const struct xfs_item_ops xfs_dquot_item_ops = {
326 static const struct xfs_item_ops xfs_qm_qoffend_logitem_ops = {
333 static const struct xfs_item_ops xfs_qm_qoff_logitem_ops = {
Dxfs_icreate_item.c61 static const struct xfs_item_ops xfs_icreate_item_ops = {
Dxfs_log.h105 struct xfs_item_ops;
Dxfs_bmap_item.c127 static const struct xfs_item_ops xfs_bui_item_ops = {
207 static const struct xfs_item_ops xfs_bud_item_ops = {
Dxfs_refcount_item.c126 static const struct xfs_item_ops xfs_cui_item_ops = {
212 static const struct xfs_item_ops xfs_cud_item_ops = {
Dxfs_rmap_item.c125 static const struct xfs_item_ops xfs_rui_item_ops = {
233 static const struct xfs_item_ops xfs_rud_item_ops = {
Dxfs_extfree_item.c142 static const struct xfs_item_ops xfs_efi_item_ops = {
311 static const struct xfs_item_ops xfs_efd_item_ops = {
Dxfs_inode_item.c630 static const struct xfs_item_ops xfs_inode_item_ops = {
Dxfs_buf_item.c680 static const struct xfs_item_ops xfs_buf_item_ops = {
Dxfs_log.c1030 const struct xfs_item_ops *ops) in xfs_log_item_init()