Home
last modified time | relevance | path

Searched refs:tip (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_bmap_util.c1254 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument
1257 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format()
1261 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) || in xfs_swap_extents_check_format()
1262 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) || in xfs_swap_extents_check_format()
1263 ip->i_projid != tip->i_projid)) in xfs_swap_extents_check_format()
1301 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1323 if (XFS_IFORK_Q(tip) && in xfs_swap_extents_check_format()
1324 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format()
1326 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1357 struct xfs_inode *tip) in xfs_swap_extent_rmap() argument
[all …]
Dxfs_bmap_util.h69 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
Dxfs_ioctl.c1734 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
1783 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext()
1785 if (ip->i_mount != tip->i_mount) { in xfs_ioc_swapext()
1790 if (ip->i_ino == tip->i_ino) { in xfs_ioc_swapext()
1800 error = xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
/fs/cifs/
Dmisc.c1269 char *target, *tip = NULL; in match_target_ip() local
1284 rc = dns_resolve_server_name_to_ip(target, &tip, NULL); in match_target_ip()
1288 cifs_dbg(FYI, "%s: target ip: %s\n", __func__, tip); in match_target_ip()
1290 if (!cifs_convert_address(&tipaddr, tip, strlen(tip))) { in match_target_ip()
1304 kfree(tip); in match_target_ip()