Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_defer.c1018 ihold(VFS_I(dfc->dfc_held.dr_ip[i])); in xfs_defer_ops_capture()
1021 for (i = 0; i < dfc->dfc_held.dr_bufs; i++) in xfs_defer_ops_capture()
1022 xfs_buf_hold(dfc->dfc_held.dr_bp[i]); in xfs_defer_ops_capture()
1039 xfs_buf_relse(dfc->dfc_held.dr_bp[i]); in xfs_defer_ops_capture_abort()
1042 xfs_irele(dfc->dfc_held.dr_ip[i]); in xfs_defer_ops_capture_abort()
1102 if (dfc->dfc_held.dr_inos > 2) { in xfs_defer_ops_continue()
1103 xfs_sort_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos); in xfs_defer_ops_continue()
1104 xfs_lock_inodes(dfc->dfc_held.dr_ip, dfc->dfc_held.dr_inos, in xfs_defer_ops_continue()
1106 } else if (dfc->dfc_held.dr_inos == 2) in xfs_defer_ops_continue()
1109 else if (dfc->dfc_held.dr_inos == 1) in xfs_defer_ops_continue()
[all …]
A Dxfs_defer.h129 struct xfs_defer_resources dfc_held; member

Completed in 8 milliseconds