Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/scrub/
Dparent.c205 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, in xchk_parent()
/Linux-v6.6/fs/xfs/
Dxfs_export.c226 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent()
Dxfs_inode.c2561 error = xfs_dir_replace(tp, ip, &xfs_name_dotdot, in xfs_remove()
2715 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_cross_rename()
2739 error = xfs_dir_replace(tp, ip1, &xfs_name_dotdot, in xfs_cross_rename()
3107 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot, in xfs_rename()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_dir2.h24 extern const struct xfs_name xfs_name_dotdot;
Dxfs_dir2.c22 const struct xfs_name xfs_name_dotdot = { variable