Searched refs:capture_ip (Results 1 – 2 of 2) sorted by relevance
631 struct xfs_inode *capture_ip) in xfs_defer_ops_capture() argument661 if (capture_ip) { in xfs_defer_ops_capture()662 ihold(VFS_I(capture_ip)); in xfs_defer_ops_capture()663 dfc->dfc_capture_ip = capture_ip; in xfs_defer_ops_capture()692 struct xfs_inode *capture_ip, in xfs_defer_ops_capture_and_commit() argument699 ASSERT(!capture_ip || xfs_isilocked(capture_ip, XFS_ILOCK_EXCL)); in xfs_defer_ops_capture_and_commit()702 dfc = xfs_defer_ops_capture(tp, capture_ip); in xfs_defer_ops_capture_and_commit()
98 struct xfs_inode *capture_ip, struct list_head *capture_list);