Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Ddir_repair.c223 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &ino, NULL); in xrep_dir_lookup_parent()
1166 if (xfs_dir2_samename(name, &xfs_name_dotdot) || in xrep_dir_scan_dirent()
1170 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()
1843 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &orig_parent); in xrep_dir_move_to_orphanage()
1880 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()
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()
H A Dorphanage.c333 xfs_name_dotdot.len, false); in xrep_adoption_trans_alloc()
578 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()
869 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/fs/xfs/libxfs/
H A Dxfs_dir2.c28 const struct xfs_name xfs_name_dotdot = { variable
999 error = xfs_dir_replace(tp, ip, &xfs_name_dotdot, in xfs_dir_remove_child()
1080 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_dir_exchange_children()
1104 error = xfs_dir_replace(tp, ip1, &xfs_name_dotdot, in xfs_dir_exchange_children()
1322 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/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()