Home
last modified time | relevance | path

Searched refs:maxbytes (Results 1 – 6 of 6) sorted by relevance

/fs/ext4/
Dfile.c484 loff_t maxbytes; in ext4_llseek() local
487 maxbytes = EXT4_SB(inode->i_sb)->s_bitmap_maxbytes; in ext4_llseek()
489 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek()
494 maxbytes, i_size_read(inode)); in ext4_llseek()
509 return vfs_setpos(file, offset, maxbytes); in ext4_llseek()
Dioctl.c752 u64 maxbytes = (u64) sb->s_maxbytes; in fiemap_check_ranges() local
759 if (start > maxbytes) in fiemap_check_ranges()
765 if (len > maxbytes || (maxbytes - len) < start) in fiemap_check_ranges()
766 *new_len = maxbytes - start; in fiemap_check_ranges()
/fs/
Dioctl.c159 u64 maxbytes = (u64) sb->s_maxbytes; in fiemap_check_ranges() local
166 if (start > maxbytes) in fiemap_check_ranges()
172 if (len > maxbytes || (maxbytes - len) < start) in fiemap_check_ranges()
173 *new_len = maxbytes - start; in fiemap_check_ranges()
/fs/cifs/
Dcifs_unicode.c306 cifs_utf16_bytes(const __le16 *from, int maxbytes, in cifs_utf16_bytes() argument
311 int maxwords = maxbytes / 2; in cifs_utf16_bytes()
Dcifs_unicode.h95 int cifs_utf16_bytes(const __le16 *from, int maxbytes,
/fs/f2fs/
Dfile.c381 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_seek_block() local
453 return vfs_setpos(file, data_ofs, maxbytes); in f2fs_seek_block()
462 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_llseek() local
469 maxbytes, i_size_read(inode)); in f2fs_llseek()