Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.c1996 struct xfs_inode **i_tab, in xfs_iunlock_rename() argument
2003 if (!i_tab[i] || (i > 0 && i_tab[i] == i_tab[i - 1])) in xfs_iunlock_rename()
2005 xfs_iunlock(i_tab[i], XFS_ILOCK_EXCL); in xfs_iunlock_rename()
2020 struct xfs_inode **i_tab,/* out: sorted array of inodes */ in xfs_sort_for_rename() argument
2026 memset(i_tab, 0, *num_inodes * sizeof(struct xfs_inode *)); in xfs_sort_for_rename()
2036 i_tab[i++] = dp1; in xfs_sort_for_rename()
2037 i_tab[i++] = dp2; in xfs_sort_for_rename()
2038 i_tab[i++] = ip1; in xfs_sort_for_rename()
2040 i_tab[i++] = ip2; in xfs_sort_for_rename()
2042 i_tab[i++] = wip; in xfs_sort_for_rename()
[all …]
H A Dxfs_inode.h659 void xfs_sort_inodes(struct xfs_inode **i_tab, unsigned int num_inodes);