Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_defer.c426 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()
1011 xfs_assert_ilocked(dfc->dfc_held.dr_ip[i], XFS_ILOCK_EXCL); in xfs_defer_ops_capture()
1012 ihold(VFS_I(dfc->dfc_held.dr_ip[i])); in xfs_defer_ops_capture()
1036 xfs_irele(dfc->dfc_held.dr_ip[i]); in xfs_defer_ops_capture_abort()
1097 xfs_sort_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos); in xfs_defer_ops_continue()
1098 xfs_lock_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos, in xfs_defer_ops_continue()
1101 xfs_lock_two_inodes(dfc->dfc_held.dr_ip[0], XFS_ILOCK_EXCL, in xfs_defer_ops_continue()
1102 dfc->dfc_held.dr_ip[1], XFS_ILOCK_EXCL); in xfs_defer_ops_continue()
1104 xfs_ilock(dfc->dfc_held.dr_ip[0], XFS_ILOCK_EXCL); in xfs_defer_ops_continue()
[all …]
Dxfs_defer.h95 struct xfs_inode *dr_ip[XFS_DEFER_OPS_NR_INODES]; member