Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_export.c218 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent()
Dxfs_inode.c2770 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_cross_rename()
2797 error = xfs_dir_replace(tp, ip1, &xfs_name_dotdot, in xfs_cross_rename()
3085 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot, in xfs_rename()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2.h32 extern struct xfs_name xfs_name_dotdot;
Dxfs_dir2.c35 struct xfs_name xfs_name_dotdot = { (unsigned char *)"..", 2, XFS_DIR3_FT_DIR }; variable