Searched refs:to_read (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/ncpfs/ |
D | mmap.c | 57 int to_read; in ncp_file_mmap_nopage() local 59 to_read = bufsize - (pos % bufsize); in ncp_file_mmap_nopage() 61 to_read = min_t(unsigned int, to_read, count - already_read); in ncp_file_mmap_nopage() 65 pos, to_read, in ncp_file_mmap_nopage() 73 if (read_this_time < to_read) { in ncp_file_mmap_nopage()
|
D | file.c | 155 size_t to_read = min_t(unsigned int, in ncp_file_read() local 161 pos, to_read, buf, &read_this_time, in ncp_file_read() 171 if (read_this_time != to_read) { in ncp_file_read()
|
D | ncplib_kernel.c | 749 __u32 offset, __u16 to_read, char *target, int *bytes_read) in ncp_read_kernel() argument 758 ncp_add_word(server, htons(to_read)); in ncp_read_kernel() 785 __u32 offset, __u16 to_read, char *target, int *bytes_read, in ncp_read_bounce() argument 794 ncp_add_word(server, htons(to_read)); in ncp_read_bounce() 801 if (len <= to_read) { in ncp_read_bounce()
|
/linux-2.4.37.9/fs/ntfs/ |
D | fs.c | 1013 int i, to_read, blocksize; in ntfs_read_super() local 1072 to_read = vol->mft_clusters_per_record; in ntfs_read_super() 1073 if (to_read < 1) in ntfs_read_super() 1074 to_read = 1; in ntfs_read_super() 1075 for (i = 0; i < to_read; i++) { in ntfs_read_super()
|
/linux-2.4.37.9/drivers/md/ |
D | raid5.c | 830 int locked=0, uptodate=0, to_read=0, to_write=0, failed=0, written=0; in handle_stripe() local 872 if (sh->bh_read[i]) to_read++; in handle_stripe() 881 locked, uptodate, to_read, to_write, failed, failed_num); in handle_stripe() 885 if (failed > 1 && to_read+to_write+written) { in handle_stripe() 905 if (sh->bh_read[i]) to_read--; in handle_stripe() 953 if (to_read || (syncing && (uptodate < disks))) { in handle_stripe()
|