Searched refs:xmi_ip2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_exchmaps.c | 184 xfs_trans_mod_dquot_byino(tp, xmi->xmi_ip2, qflag, ip2_delta); in xfs_exchmaps_update_quota() 320 error = xfs_bmapi_read(xmi->xmi_ip2, xmi->xmi_startoff2, in xfs_exchmaps_find_mappings() 346 trace_xfs_exchmaps_mapping2(xmi->xmi_ip2, irec2); in xfs_exchmaps_find_mappings() 361 xfs_bmap_mark_sick(xmi->xmi_ip2, in xfs_exchmaps_find_mappings() 393 xfs_bmap_unmap_extent(tp, xmi->xmi_ip2, whichfork, irec2); in xfs_exchmaps_one_step() 403 xfs_bmap_map_extent(tp, xmi->xmi_ip2, whichfork, irec1); in xfs_exchmaps_one_step() 409 xfs_exchmaps_update_size(tp, xmi->xmi_ip2, irec1, in xfs_exchmaps_one_step() 428 .dp = xmi->xmi_ip2, in xfs_exchmaps_attr_to_sf() 432 .owner = xmi->xmi_ip2->i_ino, in xfs_exchmaps_attr_to_sf() 438 if (!xfs_attr_is_leaf(xmi->xmi_ip2)) in xfs_exchmaps_attr_to_sf() [all …]
|
D | xfs_exchmaps.h | 16 struct xfs_inode *xmi_ip2; member
|
/linux-6.12.1/fs/xfs/ |
D | xfs_exchmaps_item.c | 235 xlf->xmi_inode2 = xmi->xmi_ip2->i_ino; in xfs_exchmaps_create_intent() 236 xlf->xmi_igen2 = VFS_I(xmi->xmi_ip2)->i_generation; in xfs_exchmaps_create_intent()
|
D | xfs_trace.h | 5132 __entry->ino2 = xmi->xmi_ip2->i_ino; 5138 __entry->isize2 = xmi->xmi_ip2->i_disk_size;
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 4093 struct xfs_inode *xmi_ip2;
|