Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_inode.c1965 struct xfs_inode **i_tab, in xfs_iunlock_rename() argument
1972 if (!i_tab[i] || (i > 0 && i_tab[i] == i_tab[i - 1])) in xfs_iunlock_rename()
2005 i_tab[i++] = dp1; in xfs_sort_for_rename()
2006 i_tab[i++] = dp2; in xfs_sort_for_rename()
2007 i_tab[i++] = ip1; in xfs_sort_for_rename()
2009 i_tab[i++] = ip2; in xfs_sort_for_rename()
2011 i_tab[i++] = wip; in xfs_sort_for_rename()
2014 xfs_sort_inodes(i_tab, *num_inodes); in xfs_sort_for_rename()
2019 struct xfs_inode **i_tab, in xfs_sort_inodes() argument
2032 if (i_tab[j]->i_ino < i_tab[j-1]->i_ino) in xfs_sort_inodes()
[all …]
A Dxfs_qm.c1914 struct xfs_inode **i_tab) in xfs_qm_vop_rename_dqattach() argument
1916 struct xfs_mount *mp = i_tab[0]->i_mount; in xfs_qm_vop_rename_dqattach()
1922 for (i = 0; (i < 4 && i_tab[i]); i++) { in xfs_qm_vop_rename_dqattach()
1923 struct xfs_inode *ip = i_tab[i]; in xfs_qm_vop_rename_dqattach()
1929 if (i == 0 || ip != i_tab[i-1]) { in xfs_qm_vop_rename_dqattach()
A Dxfs_inode.h624 void xfs_sort_inodes(struct xfs_inode **i_tab, unsigned int num_inodes);

Completed in 11 milliseconds