Lines Matching refs:xfs_inode_t
47 xfs_inode_t *dp1, /* in: old (source) directory inode */ in xfs_sort_for_rename()
48 xfs_inode_t *dp2, /* in: new (target) directory inode */ in xfs_sort_for_rename()
49 xfs_inode_t *ip1, /* in: inode of old entry */ in xfs_sort_for_rename()
50 xfs_inode_t *ip2, /* in: inode of new entry, if it in xfs_sort_for_rename()
52 xfs_inode_t **i_tab,/* out: array of inode returned, sorted */ in xfs_sort_for_rename()
55 xfs_inode_t *temp; in xfs_sort_for_rename()
96 xfs_inode_t *src_dp, in xfs_rename()
98 xfs_inode_t *src_ip, in xfs_rename()
99 xfs_inode_t *target_dp, in xfs_rename()
101 xfs_inode_t *target_ip) in xfs_rename()
112 xfs_inode_t *inodes[4]; in xfs_rename()