taglinefilesource code
readdir105arch/alpha/kernel/osf_sys.cif (!file->f_op || !file->f_op->readdir)
readdir119arch/alpha/kernel/osf_sys.cerror = file->f_op->readdir(file->f_inode, file, &buf, osf_filldir);
readdir64fs/readdir.cif (!file->f_op || !file->f_op->readdir)
readdir71fs/readdir.cerror = file->f_op->readdir(file->f_inode, file, &buf, fillonedir);
readdir128fs/readdir.cif (!file->f_op || !file->f_op->readdir)
readdir137fs/readdir.cerror = file->f_op->readdir(file->f_inode, file, &buf, filldir);
readdir338include/linux/fs.hint (*readdir) (struct inode *, struct file *, void *, filldir_t);