Searched refs:xfs_name_dotdot (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/xfs/scrub/ |
D | parent.c | 233 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &dnum, NULL); in xchk_parent_validate() 296 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &dnum, NULL); in xchk_parent()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_export.c | 212 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent()
|
D | xfs_inode.c | 2479 error = xfs_dir_replace(tp, ip, &xfs_name_dotdot, in xfs_remove() 2633 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_cross_rename() 2657 error = xfs_dir_replace(tp, ip1, &xfs_name_dotdot, in xfs_cross_rename() 3025 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot, in xfs_rename()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_dir2.h | 24 extern const struct xfs_name xfs_name_dotdot;
|
D | xfs_dir2.c | 22 const struct xfs_name xfs_name_dotdot = { variable
|