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

/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.c424 dres->dr_ip[dres->dr_inos++] = ili->ili_inode;
445 xfs_trans_ijoin(tp, dres->dr_ip[i], 0);
1009 xfs_assert_ilocked(dfc->dfc_held.dr_ip[i], XFS_ILOCK_EXCL);
1010 ihold(VFS_I(dfc->dfc_held.dr_ip[i]));
1034 xfs_irele(dfc->dfc_held.dr_ip[i]);
1095 xfs_lock_two_inodes(dfc->dfc_held.dr_ip[0], XFS_ILOCK_EXCL,
1096 dfc->dfc_held.dr_ip[1], XFS_ILOCK_EXCL);
1098 xfs_ilock(dfc->dfc_held.dr_ip[0], XFS_ILOCK_EXCL);
1123 xfs_iunlock(dres->dr_ip[i], XFS_ILOCK_EXCL);
1124 xfs_irele(dres->dr_ip[
[all...]
H A Dxfs_defer.h89 struct xfs_inode *dr_ip[XFS_DEFER_OPS_NR_INODES]; member in struct:xfs_defer_resources

Completed in 94 milliseconds