Searched refs:maxbytes (Results 1 – 6 of 6) sorted by relevance
/fs/ext4/ |
D | file.c | 484 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()
|
D | ioctl.c | 752 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/ |
D | ioctl.c | 159 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/ |
D | cifs_unicode.c | 306 cifs_utf16_bytes(const __le16 *from, int maxbytes, in cifs_utf16_bytes() argument 311 int maxwords = maxbytes / 2; in cifs_utf16_bytes()
|
D | cifs_unicode.h | 95 int cifs_utf16_bytes(const __le16 *from, int maxbytes,
|
/fs/f2fs/ |
D | file.c | 381 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()
|