Home
last modified time | relevance | path

Searched refs:toread (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/jfs/
Dsuper.c770 size_t toread; in jfs_quota_read() local
779 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()
/linux-4.19.296/drivers/iio/gyro/
Dmpu3050-core.c535 unsigned int toread; in mpu3050_trigger_handler() local
548 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()
/linux-4.19.296/fs/ocfs2/
Dquota_global.c177 size_t toread, tocopy; in ocfs2_quota_read() local
184 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()
/linux-4.19.296/fs/ext2/
Dsuper.c1513 size_t toread; in ext2_quota_read() local
1522 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()
/linux-4.19.296/fs/reiserfs/
Dsuper.c2502 size_t toread; in reiserfs_quota_read() local
2510 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()
/linux-4.19.296/fs/f2fs/
Dsuper.c1596 size_t toread; in f2fs_quota_read() local
1606 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()
/linux-4.19.296/fs/ext4/
Dsuper.c6005 size_t toread; in ext4_quota_read() local
6013 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()