Searched refs:xfs_name_dotdot (Results 1 – 10 of 10) sorted by relevance
| /fs/xfs/scrub/ |
| A D | dir_repair.c | 219 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() 1391 &xfs_name_dotdot, in xrep_dir_live_update() 1397 &xfs_name_dotdot, in xrep_dir_live_update() 1661 error = xchk_dir_lookup(sc, rd->sc->tempip, &xfs_name_dotdot, &ino); in xrep_dir_swap() 1666 error = xrep_dir_replace(rd, rd->sc->tempip, &xfs_name_dotdot, in xrep_dir_swap() 1844 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &orig_parent); in xrep_dir_move_to_orphanage() 1881 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &new_parent); in xrep_dir_move_to_orphanage()
|
| A D | parent_repair.c | 449 if (xfs_dir2_samename(name, &xfs_name_dotdot) || in xrep_parent_scan_dirent() 681 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &ino); in xrep_parent_reset_dotdot() 693 spaceres = xfs_rename_space_res(sc->mp, 0, false, xfs_name_dotdot.len, in xrep_parent_reset_dotdot() 700 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_parent_reset_dotdot() 784 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, in xrep_parent_move_to_orphanage() 833 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, in xrep_parent_move_to_orphanage()
|
| A D | orphanage.c | 336 xfs_name_dotdot.len, false); in xrep_adoption_trans_alloc() 576 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_adoption_move()
|
| A 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()
|
| A D | parent.c | 308 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()
|
| A D | dir.c | 176 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()
|
| A D | inode_repair.c | 268 if (xfs_dir2_samename(name, &xfs_name_dotdot) || in xrep_dinode_findmode_dirent()
|
| /fs/xfs/libxfs/ |
| A D | xfs_dir2.c | 28 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()
|
| A D | xfs_dir2.h | 24 extern const struct xfs_name xfs_name_dotdot;
|
| /fs/xfs/ |
| A D | xfs_export.c | 226 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent()
|
Completed in 24 milliseconds