Home
last modified time | relevance | path

Searched refs:capture_ip (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_defer.c631 struct xfs_inode *capture_ip) in xfs_defer_ops_capture() argument
661 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() argument
699 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()
Dxfs_defer.h98 struct xfs_inode *capture_ip, struct list_head *capture_list);