Searched refs:xmi_ip1 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_exchmaps.c | 170 qflag = XFS_IS_REALTIME_INODE(xmi->xmi_ip1) ? XFS_TRANS_DQ_RTBCOUNT : in xfs_exchmaps_update_quota() 183 xfs_trans_mod_dquot_byino(tp, xmi->xmi_ip1, qflag, ip1_delta); in xfs_exchmaps_update_quota() 196 struct xfs_mount *mp = xmi->xmi_ip1->i_mount; in xfs_exchmaps_can_skip_mapping() 214 if (!xfs_inode_has_bigrtalloc(xmi->xmi_ip1)) in xfs_exchmaps_can_skip_mapping() 295 error = xfs_bmapi_read(xmi->xmi_ip1, xmi->xmi_startoff1, in xfs_exchmaps_find_mappings() 314 trace_xfs_exchmaps_mapping1_skip(xmi->xmi_ip1, irec1); in xfs_exchmaps_find_mappings() 345 trace_xfs_exchmaps_mapping1(xmi->xmi_ip1, irec1); in xfs_exchmaps_find_mappings() 359 xfs_bmap_mark_sick(xmi->xmi_ip1, in xfs_exchmaps_find_mappings() 392 xfs_bmap_unmap_extent(tp, xmi->xmi_ip1, whichfork, irec1); in xfs_exchmaps_one_step() 402 xfs_bmap_map_extent(tp, xmi->xmi_ip1, whichfork, irec2); in xfs_exchmaps_one_step() [all …]
|
D | xfs_exchmaps.h | 15 struct xfs_inode *xmi_ip1; member
|
/linux-6.12.1/fs/xfs/ |
D | xfs_exchmaps_item.c | 233 xlf->xmi_inode1 = xmi->xmi_ip1->i_ino; in xfs_exchmaps_create_intent() 234 xlf->xmi_igen1 = VFS_I(xmi->xmi_ip1)->i_generation; in xfs_exchmaps_create_intent()
|
D | xfs_trace.h | 5131 __entry->ino1 = xmi->xmi_ip1->i_ino; 5137 __entry->isize1 = xmi->xmi_ip1->i_disk_size;
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 4092 struct xfs_inode *xmi_ip1;
|