/reactos/modules/rosapps/applications/sysutils/mkdosfs/ |
H A D | mkdosfs.c | 116 typedef __int64 loff_t; typedef 267 static loff_t WIN32llseek(int fd, loff_t offset, int whence) in WIN32llseek() 311 static loff_t llseek( int fd, loff_t offset, int whence ) in llseek() 320 loff_t *, res, uint, wh ); 321 static loff_t llseek( int fd, loff_t offset, int whence ) in llseek() 323 loff_t actual; in llseek() 326 return (loff_t)-1; in llseek() 789 loff_t len = 0; in count_blocks() 810 len = ((loff_t)hinfo.nFileSizeHigh << 32) | (loff_t)hinfo.nFileSizeLow; in count_blocks() 815 loff_t high, low; in count_blocks() [all …]
|
/reactos/drivers/filesystems/ext2/inc/linux/ |
H A D | module.h | 654 extern void truncate_inode_pages(struct address_space *, loff_t); 893 loff_t, unsigned, unsigned, 896 loff_t, unsigned, unsigned, 899 loff_t, unsigned, unsigned, 903 int cont_write_begin(struct file *, struct address_space *, loff_t, 905 get_block_t *, loff_t *); 910 int block_truncate_page(struct address_space *, loff_t, get_block_t *); 913 loff_t, unsigned, unsigned, 916 loff_t, unsigned, unsigned, 918 int nobh_truncate_page(struct address_space *, loff_t, get_block_t *); [all …]
|
H A D | fs.h | 80 loff_t i_size; /* size */ 135 loff_t f_pos;
|
H A D | ext3_fs_i.h | 135 loff_t i_disksize;
|
H A D | types.h | 84 typedef unsigned __int64 loff_t; typedef
|
H A D | ext3_fs.h | 963 loff_t last_pos;
|
/reactos/drivers/filesystems/ext2/src/ext3/ |
H A D | generic.c | 2263 loff_t res; in ext4_max_size() 2264 loff_t upper_limit = MAX_LFS_FILESIZE; in ext4_max_size() 2303 loff_t res; in ext3_max_size() 2304 loff_t upper_limit = MAX_LFS_FILESIZE; in ext3_max_size() 2321 res = (loff_t)1 << 32; in ext3_max_size() 2339 loff_t res = EXT3_NDIR_BLOCKS; in ext3_max_bitmap_size() 2341 loff_t upper_limit; in ext3_max_bitmap_size() 2377 meta_blocks += 1 + ((loff_t)1 << (bits-2)) + ((loff_t)1 << (2*(bits-2))); in ext3_max_bitmap_size() 2382 res += (loff_t)1 << (bits-2); in ext3_max_bitmap_size() 2383 res += (loff_t)1 << (2*(bits-2)); in ext3_max_bitmap_size() [all …]
|
H A D | indirect.c | 1182 if (Mcb->Inode.i_size > (loff_t)(Size->QuadPart)) 1183 Mcb->Inode.i_size = (loff_t)(Size->QuadPart);
|
H A D | htree.c | 627 static struct dir_private_info *create_dir_info(loff_t pos) in create_dir_info() 736 loff_t curr_pos; in call_filldir()
|
/reactos/drivers/filesystems/ext2/src/ext4/ |
H A D | extents.c | 237 if (Mcb->Inode.i_size > (loff_t)(Size->QuadPart)) in Ext2TruncateExtent() 238 Mcb->Inode.i_size = (loff_t)(Size->QuadPart); in Ext2TruncateExtent()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | fileinfo.c | 776 if (Mcb->Inode.i_size > (loff_t)AllocationSize.QuadPart) { in Ext2SetFileInformation() 898 ASSERT((loff_t)NewSize.QuadPart >= Mcb->Inode.i_size); in Ext2SetFileInformation() 899 if ((loff_t)Fcb->Header.FileSize.QuadPart < Mcb->Inode.i_size) { in Ext2SetFileInformation() 2052 if (Mcb->Inode.i_size > (loff_t)Size.QuadPart) { in Ext2DeleteFile()
|
H A D | create.c | 2168 if ((loff_t)Size.QuadPart > Fcb->Inode->i_size) { in Ext2SupersedeOrOverWriteFile()
|
/reactos/drivers/filesystems/ext2/inc/ |
H A D | ext2fs.h | 781 loff_t max_bitmap_bytes; 782 loff_t max_bytes; 2094 loff_t ext3_max_size(int blkbits, int has_huge_files); 2095 loff_t ext3_max_bitmap_size(int bits, int has_huge_files);
|
/reactos/drivers/network/tcpip/include/ |
H A D | linux.h | 228 typedef __kernel_loff_t loff_t; typedef
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | ChangeLog | 861 Remove loff_t and llseek() 869 Given this, convert all uses of loff_t to off_t, remove llseek() 2498 Use lseek64 for positioning, and change some suspect uses of off_t to loff_t.
|