Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_qm.c2030 struct xfs_inode **i_tab) in xfs_qm_vop_rename_dqattach() argument
2032 struct xfs_mount *mp = i_tab[0]->i_mount; in xfs_qm_vop_rename_dqattach()
2038 for (i = 0; (i < 4 && i_tab[i]); i++) { in xfs_qm_vop_rename_dqattach()
2039 struct xfs_inode *ip = i_tab[i]; in xfs_qm_vop_rename_dqattach()
2045 if (i == 0 || ip != i_tab[i-1]) { in xfs_qm_vop_rename_dqattach()
H A Dxfs_inode.h659 void xfs_sort_inodes(struct xfs_inode **i_tab, unsigned int num_inodes);