Lines Matching refs:sd
429 struct search_dir_struct *sd;
433 sd = (struct search_dir_struct *) priv_data;
435 if (dirent->inode > sd->max_inode)
439 if ((dirent->inode < sd->first_inode) || (entry < DIRENT_OTHER_FILE) ||
449 sd->count--;
452 return(sd->count ? 0 : DIRENT_ABORT);
459 struct search_dir_struct sd;
471 sd.count = dup_inode_count - dup_inode_founddir;
472 sd.first_inode = EXT2_FIRST_INODE(fs->super);
473 sd.max_inode = fs->super->s_inodes_count;
475 search_dirent_proc, &sd);