Searched refs:xfs_name_dotdot (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | dir_repair.c | 219 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &ino, NULL); in xrep_dir_lookup_parent() 1156 if (xfs_dir2_samename(name, &xfs_name_dotdot) || in xrep_dir_scan_dirent() 1160 trace_xrep_dir_stash_createname(sc->tempip, &xfs_name_dotdot, in xrep_dir_scan_dirent() 1389 &xfs_name_dotdot, in xrep_dir_live_update() 1395 &xfs_name_dotdot, in xrep_dir_live_update() 1660 error = xrep_dir_replace(rd, rd->sc->tempip, &xfs_name_dotdot, in xrep_dir_swap() 1838 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &orig_parent); in xrep_dir_move_to_orphanage() 1875 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &new_parent); in xrep_dir_move_to_orphanage()
|
D | parent_repair.c | 449 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()
|
D | orphanage.c | 334 xfs_name_dotdot.len, false); in xrep_adoption_trans_alloc() 574 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_adoption_move()
|
D | dirtree_repair.c | 436 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()
|
D | parent.c | 294 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &pp->parent_ino); in xchk_parent_pptr_and_dotdot() 852 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, in xchk_parent()
|
D | dir.c | 168 xfs_dir2_samename(name, &xfs_name_dotdot)) in xchk_dir_check_pptr_fast() 251 } else if (xfs_dir2_samename(name, &xfs_name_dotdot)) { in xchk_dir_actor()
|
D | inode_repair.c | 265 if (xfs_dir2_samename(name, &xfs_name_dotdot) || in xrep_dinode_findmode_dirent()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dir2.c | 28 const struct xfs_name xfs_name_dotdot = { variable 1001 error = xfs_dir_replace(tp, ip, &xfs_name_dotdot, in xfs_dir_remove_child() 1082 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_dir_exchange_children() 1106 error = xfs_dir_replace(tp, ip1, &xfs_name_dotdot, in xfs_dir_exchange_children() 1324 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot, in xfs_dir_rename_children()
|
D | xfs_dir2.h | 24 extern const struct xfs_name xfs_name_dotdot;
|
/linux-6.12.1/fs/xfs/ |
D | xfs_export.c | 226 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent()
|