/linux-6.12.1/drivers/net/slip/ |
D | slhc.c | 227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress() argument 247 if(isize<sizeof(struct iphdr)) in slhc_compress() 248 return isize; in slhc_compress() 252 return isize; in slhc_compress() 261 return isize; in slhc_compress() 264 if (isize < nlen + sizeof(*th)) in slhc_compress() 265 return isize; in slhc_compress() 269 return isize; in slhc_compress() 276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress() 280 return isize; in slhc_compress() [all …]
|
/linux-6.12.1/fs/zonefs/ |
D | file.c | 34 loff_t isize; in zonefs_read_iomap_begin() local 43 isize = i_size_read(inode); in zonefs_read_iomap_begin() 44 if (iomap->offset >= isize) { in zonefs_read_iomap_begin() 51 iomap->length = isize - iomap->offset; in zonefs_read_iomap_begin() 71 loff_t isize; in zonefs_write_iomap_begin() local 94 isize = i_size_read(inode); in zonefs_write_iomap_begin() 95 if (iomap->offset >= isize) { in zonefs_write_iomap_begin() 100 iomap->length = isize - iomap->offset; in zonefs_write_iomap_begin() 188 int zonefs_file_truncate(struct inode *inode, loff_t isize) in zonefs_file_truncate() argument 204 if (!isize) in zonefs_file_truncate() [all …]
|
D | super.c | 135 void zonefs_i_size_write(struct inode *inode, loff_t isize) in zonefs_i_size_write() argument 139 i_size_write(inode, isize); in zonefs_i_size_write() 145 if (isize >= z->z_capacity) { in zonefs_i_size_write() 265 loff_t isize, data_size; in zonefs_handle_io_error() local 274 isize = i_size_read(inode); in zonefs_handle_io_error() 276 !write && isize == data_size) in zonefs_handle_io_error() 298 if (isize != data_size) in zonefs_handle_io_error() 301 inode->i_ino, isize, data_size); in zonefs_handle_io_error() 324 data_size = isize; in zonefs_handle_io_error() 326 data_size > isize) { in zonefs_handle_io_error() [all …]
|
/linux-6.12.1/drivers/net/ppp/ |
D | ppp_mppe.c | 338 int isize, int osize) in mppe_compress() argument 351 if (osize < isize + MPPE_OVHD + 2) { in mppe_compress() 359 osize = isize + MPPE_OVHD + 2; in mppe_compress() 390 isize -= 2; in mppe_compress() 392 arc4_crypt(&state->arc4, obuf, ibuf, isize); in mppe_compress() 394 state->stats.unc_bytes += isize; in mppe_compress() 434 mppe_decompress(void *arg, unsigned char *ibuf, int isize, unsigned char *obuf, in mppe_decompress() argument 441 if (isize <= PPP_HDRLEN + MPPE_OVHD) { in mppe_decompress() 445 state->unit, isize); in mppe_decompress() 455 if (osize < isize - MPPE_OVHD - 1) { in mppe_decompress() [all …]
|
D | ppp_deflate.c | 48 int isize, int osize); 51 int isize, unsigned char *obuf, int osize); 186 int isize, int osize) in z_compress() argument 201 if (osize > isize) in z_compress() 202 osize = isize; in z_compress() 223 state->strm.avail_in = (isize - off); in z_compress() 246 if (olen < isize && olen <= osize) { in z_compress() 250 state->stats.inc_bytes += isize; in z_compress() 254 state->stats.unc_bytes += isize; in z_compress() 410 static int z_decompress(void *arg, unsigned char *ibuf, int isize, in z_decompress() argument [all …]
|
D | bsd_comp.c | 185 unsigned char *obuf, int isize, int osize); 188 static int bsd_decompress (void *state, unsigned char *ibuf, int isize, 564 int isize, int osize) in bsd_compress() argument 633 if (osize > isize) in bsd_compress() 635 osize = isize; in bsd_compress() 651 isize -= PPP_HDRLEN; in bsd_compress() 652 ilen = ++isize; /* Low byte of protocol is counted as input */ in bsd_compress() 742 db->uncomp_bytes += isize; in bsd_compress() 743 db->in_count += isize; in bsd_compress() 785 db->incomp_bytes += isize; in bsd_compress() [all …]
|
/linux-6.12.1/include/linux/ |
D | lz4.h | 61 #define LZ4_COMPRESSBOUND(isize) (\ argument 62 (unsigned int)(isize) > (unsigned int)LZ4_MAX_INPUT_SIZE \ 64 : (isize) + ((isize)/255) + 16) 170 static inline int LZ4_compressBound(size_t isize) in LZ4_compressBound() argument 172 return LZ4_COMPRESSBOUND(isize); in LZ4_compressBound()
|
D | ppp-comp.h | 51 unsigned char *obuf, int isize, int osize); 71 int (*decompress) (void *state, unsigned char *ibuf, int isize,
|
/linux-6.12.1/fs/ext2/ |
D | trace.h | 17 __field(loff_t, isize) 27 __entry->isize = file_inode(iocb->ki_filp)->i_size; 37 __entry->isize, 61 __field(loff_t, isize) 71 __entry->isize = file_inode(iocb->ki_filp)->i_size; 81 __entry->isize,
|
/linux-6.12.1/fs/romfs/ |
D | mmap-nommu.c | 26 unsigned long isize, offset, maxpages, lpages; in romfs_get_unmapped_area() local 34 isize = i_size_read(inode); in romfs_get_unmapped_area() 37 maxpages = (isize + PAGE_SIZE - 1) >> PAGE_SHIFT; in romfs_get_unmapped_area()
|
/linux-6.12.1/include/net/ |
D | slhc_vj.h | 178 int slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, 180 int slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize); 181 int slhc_remember(struct slcompress *comp, unsigned char *icp, int isize);
|
/linux-6.12.1/drivers/platform/chrome/wilco_ec/ |
D | debugfs.c | 48 static int parse_hex_sentence(const char *in, int isize, u8 *out, int osize) in parse_hex_sentence() argument 59 while (word_start < isize && n_parsed < osize) { in parse_hex_sentence() 61 while (word_start < isize && isspace(in[word_start])) in parse_hex_sentence() 64 if (word_start >= isize) in parse_hex_sentence() 69 while (word_end < isize && !isspace(in[word_end])) in parse_hex_sentence()
|
/linux-6.12.1/fs/quota/ |
D | quota_v1.c | 134 loff_t isize; in v1_check_quota_file() local 137 isize = i_size_read(inode); in v1_check_quota_file() 138 if (!isize) in v1_check_quota_file() 140 blocks = isize >> BLOCK_SIZE_BITS; in v1_check_quota_file() 141 off = isize & (BLOCK_SIZE - 1); in v1_check_quota_file()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | inode.c | 381 unsigned long long isize; in xchk_dinode() local 494 isize = be64_to_cpu(dip->di_size); in xchk_dinode() 495 if (isize & (1ULL << 63)) in xchk_dinode() 499 if (!S_ISDIR(mode) && !S_ISREG(mode) && !S_ISLNK(mode) && isize != 0) in xchk_dinode() 503 if (S_ISDIR(mode) && (isize == 0 || isize >= XFS_DIR2_SPACE_SIZE)) in xchk_dinode() 507 if (S_ISLNK(mode) && (isize == 0 || isize >= XFS_SYMLINK_MAXLEN)) in xchk_dinode() 516 if (isize > mp->m_super->s_maxbytes) in xchk_dinode()
|
/linux-6.12.1/fs/iomap/ |
D | trace.h | 243 __field(loff_t, isize) 254 __entry->isize = file_inode(iocb->ki_filp)->i_size; 265 __entry->isize, 280 __field(loff_t, isize) 290 __entry->isize = file_inode(iocb->ki_filp)->i_size; 300 __entry->isize,
|
/linux-6.12.1/block/ |
D | fops.c | 396 loff_t isize = i_size_read(inode); in blkdev_iomap_begin() local 398 if (offset >= isize) in blkdev_iomap_begin() 405 iomap->length = isize - iomap->offset; in blkdev_iomap_begin() 498 loff_t isize = i_size_read(inode); in blkdev_map_blocks() local 500 if (WARN_ON_ONCE(offset >= isize)) in blkdev_map_blocks() 505 return blkdev_iomap_begin(inode, offset, isize - offset, in blkdev_map_blocks() 783 loff_t isize; in blkdev_fallocate() local 791 isize = bdev_nr_bytes(bdev); in blkdev_fallocate() 792 if (start >= isize) in blkdev_fallocate() 794 if (end >= isize) { in blkdev_fallocate() [all …]
|
/linux-6.12.1/fs/xfs/ |
D | xfs_file.c | 366 loff_t isize; in xfs_file_write_zero_eof() local 379 isize = i_size_read(VFS_I(ip)); in xfs_file_write_zero_eof() 380 if (iocb->ki_pos <= isize) { in xfs_file_write_zero_eof() 414 trace_xfs_zero_eof(ip, isize, iocb->ki_pos - isize); in xfs_file_write_zero_eof() 417 error = xfs_zero_range(ip, isize, iocb->ki_pos - isize, NULL); in xfs_file_write_zero_eof() 645 size_t isize = i_size_read(VFS_I(ip)); in xfs_file_dio_write_unaligned() local 656 if (iocb->ki_pos > isize || iocb->ki_pos + count >= isize) { in xfs_file_dio_write_unaligned() 950 loff_t isize = i_size_read(inode); in xfs_falloc_insert_range() local 960 if (inode->i_sb->s_maxbytes - isize < len) in xfs_falloc_insert_range() 964 if (offset >= isize) in xfs_falloc_insert_range() [all …]
|
D | xfs_icreate_item.c | 154 unsigned int isize; in xlog_recover_icreate_commit_pass2() local 182 isize = be32_to_cpu(icl->icl_isize); in xlog_recover_icreate_commit_pass2() 183 if (isize != mp->m_sb.sb_inodesize) { in xlog_recover_icreate_commit_pass2()
|
/linux-6.12.1/arch/arm/mm/ |
D | alignment.c | 808 int isize = 4; in do_alignment() local 830 isize = 2; in do_alignment() 851 regs->ARM_pc += isize; in do_alignment() 931 regs->ARM_pc -= isize; in do_alignment() 961 isize << 1, in do_alignment() 962 isize == 2 ? tinstr : instr, instrptr); in do_alignment() 973 isize << 1, in do_alignment() 974 isize == 2 ? tinstr : instr, in do_alignment()
|
/linux-6.12.1/fs/ramfs/ |
D | file-nommu.c | 209 loff_t isize; in ramfs_nommu_get_unmapped_area() local 213 isize = i_size_read(inode); in ramfs_nommu_get_unmapped_area() 216 maxpages = (isize + PAGE_SIZE - 1) >> PAGE_SHIFT; in ramfs_nommu_get_unmapped_area()
|
/linux-6.12.1/fs/reiserfs/ |
D | xattr.c | 656 size_t isize; in reiserfs_xattr_get() local 687 isize = i_size_read(d_inode(dentry)); in reiserfs_xattr_get() 691 err = isize - sizeof(struct reiserfs_xattr_header); in reiserfs_xattr_get() 695 if (buffer_size < isize - sizeof(struct reiserfs_xattr_header)) { in reiserfs_xattr_get() 700 while (file_pos < isize) { in reiserfs_xattr_get() 705 if (isize - file_pos > PAGE_SIZE) in reiserfs_xattr_get() 708 chunk = isize - file_pos; in reiserfs_xattr_get() 743 err = isize - sizeof(struct reiserfs_xattr_header); in reiserfs_xattr_get() 745 if (xattr_hash(buffer, isize - sizeof(struct reiserfs_xattr_header)) != in reiserfs_xattr_get()
|
/linux-6.12.1/arch/powerpc/sysdev/xics/ |
D | xics-common.c | 489 const __be32 *isize; in xics_get_server_size() local 498 isize = of_get_property(np, "ibm,interrupt-server#-size", NULL); in xics_get_server_size() 499 if (isize) in xics_get_server_size() 500 xics_interrupt_server_size = be32_to_cpu(*isize); in xics_get_server_size()
|
/linux-6.12.1/fs/bcachefs/ |
D | fs-io.c | 918 u64 isize, next_data = MAX_LFS_FILESIZE; in bch2_seek_data() local 920 isize = i_size_read(&inode->v); in bch2_seek_data() 921 if (offset >= isize) in bch2_seek_data() 932 } else if (k.k->p.offset >> 9 > isize) in bch2_seek_data() 943 if (next_data >= isize) in bch2_seek_data() 954 u64 isize, next_hole = MAX_LFS_FILESIZE; in bch2_seek_hole() local 956 isize = i_size_read(&inode->v); in bch2_seek_hole() 957 if (offset >= isize) in bch2_seek_hole() 984 if (next_hole > isize) in bch2_seek_hole() 985 next_hole = isize; in bch2_seek_hole()
|
/linux-6.12.1/arch/mips/include/asm/octeon/ |
D | cvmx-mixx-defs.h | 214 uint64_t isize:20; member 220 uint64_t isize:20; 227 uint64_t isize:20; member 235 uint64_t isize:20;
|
/linux-6.12.1/arch/arm64/kernel/ |
D | compat_alignment.c | 317 int isize = 4; in do_compat_alignment_fixup() local 335 isize = 2; in do_compat_alignment_fixup() 380 arm64_skip_faulting_instruction(regs, isize); in do_compat_alignment_fixup()
|