Searched refs:child_ino (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | parent.c | 384 xfs_ino_t child_ino; in xchk_parent_dirent() local 391 error = xchk_dir_lookup(sc, dp, xname, &child_ino); in xchk_parent_dirent() 400 if (child_ino != I_INO(sc->ip)) { in xchk_parent_dirent()
|
| H A D | trace.h | 1673 __field(xfs_ino_t, child_ino) 1683 __entry->child_ino = I_INO(ip); 1690 TP_printk("dev %d:%d path %u child_ino 0x%llx child_gen 0x%x parent_ino 0x%llx parent_gen 0x%x name '%.*s'", 1693 __entry->child_ino, 1752 __field(xfs_ino_t, child_ino) 1763 __entry->child_ino = I_INO(ip); 1770 TP_printk("dev %d:%d path %u step %u child_ino 0x%llx child_gen 0x%x parent_ino 0x%llx parent_gen 0x%x name '%.*s'", 1774 __entry->child_ino, 1900 __field(xfs_ino_t, child_ino) 1909 __entry->child_ino [all...] |
| H A D | dirtree.c | 628 xfs_ino_t child_ino = *cursor; in xchk_dirpath_step_is_stale() local 640 if (I_INO(p->ip) != child_ino || I_INO(p->dp) != *cursor) in xchk_dirpath_step_is_stale()
|