Searched refs:xfs_name_dotdot (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/libxfs/ |
H 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()
|
H A D | xfs_dir2.h | 24 extern const struct xfs_name xfs_name_dotdot;
|
/linux/fs/xfs/scrub/ |
H 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()
|
H A D | inode_repair.c | 268 if (xfs_dir2_samename(name, &xfs_name_dotdot) || in xrep_dinode_findmode_dirent()
|