Searched refs:dr_ip (Results 1 – 2 of 2) sorted by relevance
426 dres->dr_ip[dres->dr_inos++] = ili->ili_inode; in xfs_defer_save_resources() 447 xfs_trans_ijoin(tp, dres->dr_ip[i], 0); in xfs_defer_restore_resources() 1017 xfs_assert_ilocked(dfc->dfc_held.dr_ip[i], XFS_ILOCK_EXCL); in xfs_defer_ops_capture() 1018 ihold(VFS_I(dfc->dfc_held.dr_ip[i])); in xfs_defer_ops_capture() 1042 xfs_irele(dfc->dfc_held.dr_ip[i]); in xfs_defer_ops_capture_abort() 1103 xfs_sort_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos); in xfs_defer_ops_continue() 1104 xfs_lock_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos, in xfs_defer_ops_continue() 1107 xfs_lock_two_inodes(dfc->dfc_held.dr_ip[0], XFS_ILOCK_EXCL, in xfs_defer_ops_continue() 1108 dfc->dfc_held.dr_ip[1], XFS_ILOCK_EXCL); in xfs_defer_ops_continue() 1110 xfs_ilock(dfc->dfc_held.dr_ip[ in xfs_defer_ops_continue() [all...]
98 struct xfs_inode *dr_ip[XFS_DEFER_OPS_NR_INODES]; member