Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode.c2942 struct xfs_inode *ip2, /* in: inode of new entry */ in xfs_sort_for_rename() argument
2963 if (ip2) in xfs_sort_for_rename()
2964 i_tab[i++] = ip2; in xfs_sort_for_rename()
3011 struct xfs_inode *ip2, in xfs_cross_rename() argument
3020 error = xfs_dir_replace(tp, dp1, name1, ip2->i_ino, spaceres); in xfs_cross_rename()
3037 if (S_ISDIR(VFS_I(ip2)->i_mode)) { in xfs_cross_rename()
3038 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_cross_rename()
3068 if (!S_ISDIR(VFS_I(ip2)->i_mode)) { in xfs_cross_rename()
3091 xfs_trans_ichgtime(tp, ip2, ip2_flags); in xfs_cross_rename()
3092 xfs_trans_log_inode(tp, ip2, XFS_ILOG_CORE); in xfs_cross_rename()
[all …]
Dxfs_inode.h476 int xfs_ilock2_io_mmap(struct xfs_inode *ip1, struct xfs_inode *ip2);
477 void xfs_iunlock2_io_mmap(struct xfs_inode *ip1, struct xfs_inode *ip2);