Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dquot_item.c236 static const struct xfs_item_ops xfs_dquot_item_ops = {
413 static const struct xfs_item_ops xfs_qm_qoffend_logitem_ops = {
427 static const struct xfs_item_ops xfs_qm_qoff_logitem_ops = {
Dxfs_log.h125 struct xfs_item_ops;
131 const struct xfs_item_ops *ops);
Dxfs_trans.h311 struct xfs_item_ops;
332 const struct xfs_item_ops *li_ops; /* function list */
347 struct xfs_item_ops { struct
Dxfs_extfree_item.c200 static const struct xfs_item_ops xfs_efi_item_ops = {
454 static const struct xfs_item_ops xfs_efd_item_ops = {
Dxfs_inode_item.c628 static const struct xfs_item_ops xfs_inode_item_ops = {
Dxfs_buf_item.c625 static const struct xfs_item_ops xfs_buf_item_ops = {
Dxfs_log.c912 const struct xfs_item_ops *ops) in xfs_log_item_init()