Searched refs:toread (Results 1 – 7 of 7) sorted by relevance
770 size_t toread; in jfs_quota_read() local779 toread = len; in jfs_quota_read()780 while (toread > 0) { in jfs_quota_read()781 tocopy = sb->s_blocksize - offset < toread ? in jfs_quota_read()782 sb->s_blocksize - offset : toread; in jfs_quota_read()799 toread -= tocopy; in jfs_quota_read()
535 unsigned int toread; in mpu3050_trigger_handler() local548 toread = bytes_per_datum + 2; in mpu3050_trigger_handler()551 toread = bytes_per_datum; in mpu3050_trigger_handler()560 toread); in mpu3050_trigger_handler()577 fifocnt -= toread; in mpu3050_trigger_handler()
177 size_t toread, tocopy; in ocfs2_quota_read() local184 toread = len; in ocfs2_quota_read()185 while (toread > 0) { in ocfs2_quota_read()186 tocopy = min_t(size_t, (sb->s_blocksize - offset), toread); in ocfs2_quota_read()207 toread -= tocopy; in ocfs2_quota_read()
1513 size_t toread; in ext2_quota_read() local1522 toread = len; in ext2_quota_read()1523 while (toread > 0) { in ext2_quota_read()1524 tocopy = sb->s_blocksize - offset < toread ? in ext2_quota_read()1525 sb->s_blocksize - offset : toread; in ext2_quota_read()1542 toread -= tocopy; in ext2_quota_read()
2502 size_t toread; in reiserfs_quota_read() local2510 toread = len; in reiserfs_quota_read()2511 while (toread > 0) { in reiserfs_quota_read()2514 toread ? sb->s_blocksize - offset : toread; in reiserfs_quota_read()2535 toread -= tocopy; in reiserfs_quota_read()
1596 size_t toread; in f2fs_quota_read() local1606 toread = len; in f2fs_quota_read()1607 while (toread > 0) { in f2fs_quota_read()1608 tocopy = min_t(unsigned long, sb->s_blocksize - offset, toread); in f2fs_quota_read()1636 toread -= tocopy; in f2fs_quota_read()
6005 size_t toread; in ext4_quota_read() local6013 toread = len; in ext4_quota_read()6014 while (toread > 0) { in ext4_quota_read()6015 tocopy = sb->s_blocksize - offset < toread ? in ext4_quota_read()6016 sb->s_blocksize - offset : toread; in ext4_quota_read()6026 toread -= tocopy; in ext4_quota_read()