Home | History | Annotate | Download | only in debugfs

Lines Matching full:dirent

1835 		      struct ext2_dir_entry *dirent,
1843 if (dirent->inode == 0)
1845 if (((dirent->name_len&0xFF) == 1) && (dirent->name[0] == '.'))
1847 if (((dirent->name_len&0xFF) == 2) && (dirent->name[0] == '.') &&
1848 (dirent->name[1] == '.')) {
1849 rds->parent = dirent->inode;