Home
last modified time | relevance | path

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

/fs/jfs/
A Dsuper.c702 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 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()
/fs/ext2/
A Dsuper.c1528 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 Dsuper.c2949 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 Dsuper.c7244 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