Searched refs:toread (Results 1 – 5 of 5) sorted by relevance
| /fs/jfs/ |
| A D | super.c | 702 size_t toread; in jfs_quota_read() local 711 toread = len; in jfs_quota_read() 712 while (toread > 0) { in jfs_quota_read() 713 tocopy = min_t(size_t, sb->s_blocksize - offset, toread); in jfs_quota_read() 730 toread -= tocopy; in jfs_quota_read()
|
| /fs/ocfs2/ |
| A D | quota_global.c | 177 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()
|
| /fs/ext2/ |
| A D | super.c | 1528 size_t toread; in ext2_quota_read() local 1537 toread = len; in ext2_quota_read() 1538 while (toread > 0) { in ext2_quota_read() 1539 tocopy = min_t(size_t, sb->s_blocksize - offset, toread); in ext2_quota_read() 1556 toread -= tocopy; in ext2_quota_read()
|
| /fs/f2fs/ |
| A D | super.c | 2949 size_t toread; in f2fs_quota_read() local 2957 toread = len; in f2fs_quota_read() 2958 while (toread > 0) { in f2fs_quota_read() 2974 tocopy = min(folio_size(folio) - offset, toread); in f2fs_quota_read() 2992 toread -= tocopy; in f2fs_quota_read()
|
| /fs/ext4/ |
| A D | super.c | 7244 size_t toread; in ext4_quota_read() local 7252 toread = len; in ext4_quota_read() 7253 while (toread > 0) { in ext4_quota_read() 7254 tocopy = min_t(unsigned long, sb->s_blocksize - offset, toread); in ext4_quota_read() 7264 toread -= tocopy; in ext4_quota_read()
|
Completed in 31 milliseconds