Searched refs:dfc_capture_ip (Results 1 – 2 of 2) sorted by relevance
663 dfc->dfc_capture_ip = capture_ip; in xfs_defer_ops_capture()676 if (dfc->dfc_capture_ip) in xfs_defer_ops_release()677 xfs_irele(dfc->dfc_capture_ip); in xfs_defer_ops_release()733 if (dfc->dfc_capture_ip) { in xfs_defer_ops_continue()734 xfs_ilock(dfc->dfc_capture_ip, XFS_ILOCK_EXCL); in xfs_defer_ops_continue()735 xfs_trans_ijoin(tp, dfc->dfc_capture_ip, 0); in xfs_defer_ops_continue()737 *captured_ipp = dfc->dfc_capture_ip; in xfs_defer_ops_continue()
90 struct xfs_inode *dfc_capture_ip; member