/linux-2.4.37.9/include/linux/ |
D | zftape.h | 59 static inline __s64 zft_div_blksz(__s64 value, __u32 blk_sz) in zft_div_blksz() 64 return (__s64)(((__u32)(value >> 10) + (blk_sz >> 10) - 1) in zft_div_blksz() 69 static inline __s64 zft_mul_blksz(__s64 value, __u32 blk_sz) in zft_mul_blksz() 81 return(__s64)(((__u32)(value)*(blk_sz>>10))<<10); in zft_mul_blksz()
|
D | dirent.h | 13 __s64 d_off;
|
/linux-2.4.37.9/drivers/char/ftape/zftape/ |
D | zftape-rw.h | 70 __s64 tape_pos; /* real offset from BOT */ 71 __s64 volume_pos; /* pos. in uncompressed data stream in 86 extern __s64 zft_capacity; 94 extern int zft_calc_seg_byte_coord(int *seg_byte_pos, __s64 tape_pos); 95 extern __s64 zft_calc_tape_pos(int segment); 96 extern __s64 zft_get_capacity(void);
|
D | zftape-vtbl.h | 102 __s64 size; /* uncompressed size */ 164 extern __s64 zft_get_eom_pos (void); 175 static inline __s64 zft_check_for_eof(const zft_volinfo *vtbl, 223 static inline __s64 zft_check_for_eof(const zft_volinfo *vtbl, in zft_check_for_eof() 226 return (__s64)(vtbl->size - pos->volume_pos); in zft_check_for_eof()
|
D | zftape-rw.c | 59 __s64 zft_capacity; 123 int zft_calc_seg_byte_coord(int *seg_byte_pos, __s64 tape_pos) in zft_calc_seg_byte_coord() 169 static __s64 tape_pos; 171 __s64 zft_get_capacity(void) in zft_get_capacity() 182 __s64 zft_calc_tape_pos(int segment) in zft_calc_tape_pos()
|
/linux-2.4.37.9/fs/ntfs/ |
D | attr.h | 12 int ntfs_extend_attr(ntfs_inode *ino, ntfs_attribute *attr, const __s64 len); 14 int ntfs_resize_attr(ntfs_inode *ino, ntfs_attribute *attr, __s64 newsize); 18 int ntfs_read_compressed(ntfs_inode *ino, ntfs_attribute *attr, __s64 offset, 21 int ntfs_write_compressed(ntfs_inode *ino, ntfs_attribute *attr, __s64 offset,
|
D | attr.c | 204 __s64 size = attr->size; in ntfs_make_attr_resident() 269 int ntfs_extend_attr(ntfs_inode *ino, ntfs_attribute *attr, const __s64 len) in ntfs_extend_attr() 308 attr->allocated += (__s64)clen << ino->vol->cluster_size_bits; in ntfs_extend_attr() 330 __s64 len = attr->size; in ntfs_make_attr_nonresident() 371 int ntfs_resize_attr(ntfs_inode *ino, ntfs_attribute *attr, __s64 newsize) in ntfs_resize_attr() 374 __s64 oldsize = attr->size; in ntfs_resize_attr() 393 __s64 minsize = newsize; in ntfs_resize_attr() 422 if ((__s64)(count + rl[i].len) << clustersizebits > in ntfs_resize_attr() 432 ntfs_cluster_t rounded = newsize - ((__s64)count << in ntfs_resize_attr() 476 attr->allocated = (__s64)newcount << clustersizebits; in ntfs_resize_attr() [all …]
|
D | inode.h | 11 int ntfs_read_attr(ntfs_inode *ino, int type, char *name, __s64 offset, 14 int ntfs_write_attr(ntfs_inode *ino, int type, char *name, __s64 offset, 33 int ntfs_readwrite_attr(ntfs_inode *ino, ntfs_attribute *attr, __s64 offset,
|
D | inode.c | 550 __s64 ntfs_get_attr_size(ntfs_inode *ino, int type, char *name) in ntfs_get_attr_size() 667 int ntfs_readwrite_attr(ntfs_inode *ino, ntfs_attribute *attr, __s64 offset, in ntfs_readwrite_attr() 672 __s64 l, chunk, copied; in ntfs_readwrite_attr() 763 chunk = ((__s64)(vcn + len) << clustersizebits) - offset; in ntfs_readwrite_attr() 768 ((__s64)s_vcn << clustersizebits), dest); in ntfs_readwrite_attr() 777 if (l && offset >= ((__s64)(vcn + len) << clustersizebits)) { in ntfs_readwrite_attr() 788 int ntfs_read_attr(ntfs_inode *ino, int type, char *name, __s64 offset, in ntfs_read_attr() 803 int ntfs_write_attr(ntfs_inode *ino, int type, char *name, __s64 offset, in ntfs_write_attr() 828 if (data->size <= (__s64)vcn << ino->vol->cluster_size_bits) in ntfs_vcn_to_lcn() 830 if (data->initialized <= (__s64)vcn << ino->vol->cluster_size_bits) in ntfs_vcn_to_lcn() [all …]
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_fs.h | 93 __s64 bmv_offset; /* file offset of segment in blocks */ 94 __s64 bmv_block; /* starting block (64-bit daddr_t) */ 95 __s64 bmv_length; /* length of segment, blocks */ 112 __s64 bmv_offset; /* file offset of segment in blocks */ 113 __s64 bmv_block; /* starting block (64-bit daddr_t) */ 114 __s64 bmv_length; /* length of segment, blocks */ 167 __s64 l_start; 168 __s64 l_len; /* len == 0 means until end of file */ 299 __s64 bs_size; /* file size */ 428 __s64 align; /* force alignment of ha_fid */
|
D | xfs_types.h | 61 typedef __s64 xfs_off_t; /* <file offset> type */ 63 typedef __s64 xfs_daddr_t; /* <disk address> type */
|
/linux-2.4.37.9/include/asm-alpha/ |
D | floppy.h | 107 ({ unsigned long __s64 = (unsigned long)(a); \ 108 unsigned long __e64 = __s64 + (unsigned long)(s) - 1; \ 109 (__s64 ^ __e64) & ~0xfffful; })
|
D | types.h | 28 typedef __signed__ long __s64; typedef
|
/linux-2.4.37.9/include/asm-mips64/ |
D | types.h | 30 typedef __signed__ long __s64; typedef 36 typedef __signed__ long long __s64; typedef
|
/linux-2.4.37.9/include/asm-ia64/ |
D | types.h | 43 typedef __signed__ long __s64; typedef 60 typedef __s64 s64;
|
/linux-2.4.37.9/include/asm-mips/ |
D | types.h | 32 typedef __signed__ long __s64; typedef 38 typedef __signed__ long long __s64; typedef
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | traps.c | 368 b = (__u64)(__s64)(__s32)(a & 0xffffffffUL); in address_is_sign_extended() 390 __s64 displacement; in generate_and_check_address() 393 addr = (__u64)((__s64)base_address + (displacement << width_shift)); in generate_and_check_address() 441 *result = (__u64)(__s64) *(short *) &x; in misaligned_kernel_word_load() 491 regs->regs[destreg] = (__u64)(__s64) *(__s16 *) &buffer; in misaligned_load() 497 regs->regs[destreg] = (__u64)(__s64) *(__s32 *) &buffer; in misaligned_load()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | types.h | 20 typedef __signed__ long long __s64; typedef
|
/linux-2.4.37.9/include/asm-cris/ |
D | types.h | 21 typedef __signed__ long long __s64; typedef
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | ppc32-types.h | 13 typedef __signed__ long long __s64; typedef
|
/linux-2.4.37.9/include/asm-s390x/ |
D | types.h | 28 typedef __signed__ long __s64; typedef
|
/linux-2.4.37.9/include/asm-arm/ |
D | types.h | 21 typedef __signed__ long long __s64; typedef
|
/linux-2.4.37.9/include/asm-m68k/ |
D | types.h | 29 typedef __signed__ long long __s64; typedef
|
/linux-2.4.37.9/include/asm-parisc/ |
D | types.h | 21 typedef __signed__ long long __s64; typedef
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | types.h | 29 typedef __signed__ long __s64; typedef
|