Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Ddir_repair.c219 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &ino, NULL); in xrep_dir_lookup_parent()
1162 if (xfs_dir2_samename(name, &xfs_name_dotdot) || in xrep_dir_scan_dirent()
1166 trace_xrep_dir_stash_createname(sc->tempip, &xfs_name_dotdot, in xrep_dir_scan_dirent()
1395 &xfs_name_dotdot, in xrep_dir_live_update()
1401 &xfs_name_dotdot, in xrep_dir_live_update()
1665 error = xchk_dir_lookup(sc, rd->sc->tempip, &xfs_name_dotdot, &ino); in xrep_dir_swap()
1670 error = xrep_dir_replace(rd, rd->sc->tempip, &xfs_name_dotdot, in xrep_dir_swap()
1848 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &orig_parent); in xrep_dir_move_to_orphanage()
1885 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &new_parent); in xrep_dir_move_to_orphanage()
H A Dparent_repair.c449 if (xfs_dir2_samename(name, &xfs_name_dotdot) || in xrep_parent_scan_dirent()
685 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &ino); in xrep_parent_reset_dotdot()
697 spaceres = xfs_rename_space_res(sc->mp, 0, false, xfs_name_dotdot.len, in xrep_parent_reset_dotdot()
704 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_parent_reset_dotdot()
788 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, in xrep_parent_move_to_orphanage()
837 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, in xrep_parent_move_to_orphanage()
H A Dorphanage.c337 xfs_name_dotdot.len, false); in xrep_adoption_trans_alloc()
577 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_adoption_move()
H A Ddirtree_repair.c436 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &dotdot_ino); in xrep_dirtree_unlink()
451 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_dirtree_unlink()
H A Dparent.c308 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &pp->parent_ino); in xchk_parent_pptr_and_dotdot()
874 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, in xchk_parent()
H A Ddir.c176 xfs_dir2_samename(name, &xfs_name_dotdot)) in xchk_dir_check_pptr_fast()
259 } else if (xfs_dir2_samename(name, &xfs_name_dotdot)) { in xchk_dir_actor()
H A Dinode_repair.c268 if (xfs_dir2_samename(name, &xfs_name_dotdot) || in xrep_dinode_findmode_dirent()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_dir2.c28 const struct xfs_name xfs_name_dotdot = { variable
1000 error = xfs_dir_replace(tp, ip, &xfs_name_dotdot, in xfs_dir_remove_child()
1081 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_dir_exchange_children()
1105 error = xfs_dir_replace(tp, ip1, &xfs_name_dotdot, in xfs_dir_exchange_children()
1323 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot, in xfs_dir_rename_children()
H A Dxfs_dir2.h24 extern const struct xfs_name xfs_name_dotdot;
/linux-6.15/fs/xfs/
H A Dxfs_export.c226 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent()