Searched refs:xmi_ip2 (Results 1 – 4 of 4) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_exchmaps.c | 361 xfs_bmap_mark_sick(xmi->xmi_ip2, in xfs_exchmaps_find_mappings() 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() 441 error = xfs_attr3_leaf_read(tp, xmi->xmi_ip2, xmi->xmi_ip2->i_ino, 0, in xfs_exchmaps_attr_to_sf() 460 .dp = xmi->xmi_ip2, in xfs_exchmaps_dir_to_sf() 464 .owner = xmi->xmi_ip2->i_ino, in xfs_exchmaps_dir_to_sf() 474 error = xfs_dir3_block_read(tp, xmi->xmi_ip2, xmi->xmi_ip2->i_ino, &bp); in xfs_exchmaps_dir_to_sf() 491 struct xfs_inode *ip = xmi->xmi_ip2; in xfs_exchmaps_link_to_sf() 986 xmi->xmi_ip2 = req->ip2; in xfs_exchmaps_init_intent() [all …]
|
| A D | xfs_exchmaps.h | 16 struct xfs_inode *xmi_ip2; member
|
| /fs/xfs/ |
| A 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()
|
| A D | xfs_trace.h | 5511 __entry->ino2 = xmi->xmi_ip2->i_ino; 5517 __entry->isize2 = xmi->xmi_ip2->i_disk_size;
|
Completed in 15 milliseconds