Lines Matching refs:fi_count
167 filep->fi_count = ISO_SECTOR_SIZE; in opendir()
306 filep->fi_count = ISO_SECTOR_SIZE; in readdir()
339 size = filep->fi_count = ISO_SECTOR_SIZE; in getblock()
345 filep->fi_count = diff + off; in getblock()
346 filep->fi_count -= off; in getblock()
382 if (filep->fi_count == 0) { in bhsfs_read()
386 j = MIN(i, filep->fi_count); in bhsfs_read()
391 filep->fi_count -= j; in bhsfs_read()
420 head->fi_count = ISO_SECTOR_SIZE; in bhsfs_mountroot()
504 filep->fi_count = 0; in bhsfs_open()
585 filep->fi_count = 0; in bhsfs_lseek()
733 int save_cc = filep->fi_count; in parse_dir()
735 filep->fi_count = ISO_SECTOR_SIZE; in parse_dir()
748 filep->fi_count = save_cc; in parse_dir()