Searched refs:dfc_held (Results 1 – 2 of 2) sorted by relevance
1001 error = xfs_defer_save_resources(&dfc->dfc_held, tp); in xfs_defer_ops_capture()1016 for (i = 0; i < dfc->dfc_held.dr_inos; i++) { in xfs_defer_ops_capture()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()1021 for (i = 0; i < dfc->dfc_held.dr_bufs; i++) in xfs_defer_ops_capture()1022 xfs_buf_hold(dfc->dfc_held.dr_bp[i]); in xfs_defer_ops_capture()1038 for (i = 0; i < dfc->dfc_held.dr_bufs; i++) in xfs_defer_ops_capture_abort()1039 xfs_buf_relse(dfc->dfc_held.dr_bp[i]); in xfs_defer_ops_capture_abort()1041 for (i = 0; i < dfc->dfc_held.dr_inos; i++) in xfs_defer_ops_capture_abort()1042 xfs_irele(dfc->dfc_held.dr_ip[i]); in xfs_defer_ops_capture_abort()[all …]
129 struct xfs_defer_resources dfc_held; member