Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_trans.h17 struct xfs_item_ops;
41 const struct xfs_item_ops *li_ops; /* function list */
71 struct xfs_item_ops { struct
111 int type, const struct xfs_item_ops *ops);
H A Dxfs_exchmaps_item.c34 static const struct xfs_item_ops xfs_xmi_item_ops;
204 static const struct xfs_item_ops xfs_xmd_item_ops = {
533 static const struct xfs_item_ops xfs_xmi_item_ops = {
H A Dxfs_bmap_item.c33 static const struct xfs_item_ops xfs_bui_item_ops;
216 static const struct xfs_item_ops xfs_bud_item_ops = {
605 static const struct xfs_item_ops xfs_bui_item_ops = {
H A Dxfs_iunlink_item.c121 static const struct xfs_item_ops xfs_iunlink_item_ops = {
H A Dxfs_log.h126 struct xfs_item_ops;
H A Dxfs_refcount_item.c31 static const struct xfs_item_ops xfs_cui_item_ops;
229 static const struct xfs_item_ops xfs_cud_item_ops = {
668 static const struct xfs_item_ops xfs_cui_item_ops = {
H A Dxfs_rmap_item.c31 static const struct xfs_item_ops xfs_rui_item_ops;
230 static const struct xfs_item_ops xfs_rud_item_ops = {
697 static const struct xfs_item_ops xfs_rui_item_ops = {
H A Dxfs_attr_item.c35 static const struct xfs_item_ops xfs_attri_item_ops;
36 static const struct xfs_item_ops xfs_attrd_item_ops;
1233 static const struct xfs_item_ops xfs_attri_item_ops = {
1247 static const struct xfs_item_ops xfs_attrd_item_ops = {
H A Dxfs_dquot_item.c247 static const struct xfs_item_ops xfs_dquot_item_ops = {
H A Dxfs_icreate_item.c70 static const struct xfs_item_ops xfs_icreate_item_ops = {
H A Dxfs_extfree_item.c37 static const struct xfs_item_ops xfs_efi_item_ops;
303 static const struct xfs_item_ops xfs_efd_item_ops = {
830 static const struct xfs_item_ops xfs_efi_item_ops = {
H A Dxfs_buf_item.c701 static const struct xfs_item_ops xfs_buf_item_ops = {
H A Dxfs_inode_item.c867 static const struct xfs_item_ops xfs_inode_item_ops = {
H A Dxfs_log.c1070 const struct xfs_item_ops *ops) in xfs_log_item_init()