Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_inode.c1978 struct xfs_inode **i_tab, in xfs_iunlock_rename() argument
1985 if (!i_tab[i] || (i > 0 && i_tab[i] == i_tab[i - 1])) in xfs_iunlock_rename()
2018 i_tab[i++] = dp1; in xfs_sort_for_rename()
2019 i_tab[i++] = dp2; in xfs_sort_for_rename()
2020 i_tab[i++] = ip1; in xfs_sort_for_rename()
2022 i_tab[i++] = ip2; in xfs_sort_for_rename()
2024 i_tab[i++] = wip; in xfs_sort_for_rename()
2027 xfs_sort_inodes(i_tab, *num_inodes); in xfs_sort_for_rename()
2032 struct xfs_inode **i_tab, in xfs_sort_inodes() argument
2045 if (i_tab[j]->i_ino < i_tab[j-1]->i_ino) in xfs_sort_inodes()
[all …]
A Dxfs_qm.c2102 struct xfs_inode **i_tab) in xfs_qm_vop_rename_dqattach() argument
2104 struct xfs_mount *mp = i_tab[0]->i_mount; in xfs_qm_vop_rename_dqattach()
2110 for (i = 0; (i < 4 && i_tab[i]); i++) { in xfs_qm_vop_rename_dqattach()
2111 struct xfs_inode *ip = i_tab[i]; in xfs_qm_vop_rename_dqattach()
2117 if (i == 0 || ip != i_tab[i-1]) { in xfs_qm_vop_rename_dqattach()
A Dxfs_inode.h659 void xfs_sort_inodes(struct xfs_inode **i_tab, unsigned int num_inodes);

Completed in 15 milliseconds