Home
last modified time | relevance | path

Searched refs:size (Results 36601 - 36625 of 41759) sorted by relevance

1...<<1461146214631464146514661467146814691470>>...1671

/kernel/linux/linux-5.10/fs/fuse/
H A Ddax.c17 * Default memory range size. A power of 2 so it agrees with common FUSE_INIT
207 args.in_args[0].size = sizeof(inarg); in fuse_setup_one_mapping()
243 args.in_args[0].size = sizeof(*inargp); in fuse_send_removemapping()
245 args.in_args[1].size = inargp->count * sizeof(*remove_one); in fuse_send_removemapping()
650 * file size is unchanged and there is nothing to do here. in fuse_iomap_end()
1351 pr_warn("FUSE: map_alignment %u incompatible with dax mem range size %u\n", in fuse_dax_check_alignment()
/kernel/linux/linux-5.10/fs/isofs/
H A Dinode.c649 * What if bugger tells us to go beyond page size? in isofs_fill_super()
653 "ISOFS: unsupported/invalid hardware sector size %d\n", in isofs_fill_super()
776 * If the zone size is smaller than the hardware sector size, in isofs_fill_super()
785 /* RDE: convert log zone size to bit shift */ in isofs_fill_super()
798 * With multi-extent files, file size is only limited by the maximum in isofs_fill_super()
799 * size of a file system, which is 8 TB. in isofs_fill_super()
814 printk(KERN_DEBUG "ISOFS: Max size:%ld Log zone size:%ld\n", in isofs_fill_super()
850 * less than the hardware sector size fo in isofs_fill_super()
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Dscan.c77 /* Turned wasted size into dirty, since we apparently in file_dirty()
101 ret = mtd_point(c->mtd, 0, c->mtd->size, &pointlen, in jffs2_scan_medium()
103 if (!ret && pointlen < c->mtd->size) { in jffs2_scan_medium()
285 mtd_unpoint(c->mtd, 0, c->mtd->size); in jffs2_scan_medium()
782 pr_warn("Perhaps the file system was created with the wrong erase size?\n"); in jffs2_scan_eraseblock()
/kernel/linux/linux-5.10/fs/ext4/
H A Dioctl.c120 qsize_t size, size_bl, diff; in swap_inode_boot_loader() local
196 size = (qsize_t)(inode->i_blocks) * (1 << 9) + inode->i_bytes; in swap_inode_boot_loader()
198 diff = size - size_bl; in swap_inode_boot_loader()
/kernel/linux/linux-5.10/mm/
H A Dmadvise.c980 unsigned long size; in madvise_inject_error() local
986 for (; start < end; start += size) { in madvise_inject_error()
1001 size = page_size(compound_head(page)); in madvise_inject_error()
/kernel/linux/linux-5.10/fs/
H A Dsplice.c1174 int size = min_t(int, copied, PAGE_SIZE - start); in iter_to_pipe() local
1178 buf.len = size; in iter_to_pipe()
1189 copied -= size; in iter_to_pipe()
/kernel/linux/linux-5.10/fs/ubifs/
H A Drecovery.c469 * The area after the common header size is not empty, so the common in no_more_nodes()
1153 * size-recovery and orphans to be written to the flash. That is important to
1221 * struct size_entry - inode size information for recovery.
1224 * @i_size: size on inode
1225 * @d_size: maximum size based on data nodes
1239 * add_ino - add an entry to the size tree.
1242 * @i_size: size on inode
1243 * @d_size: maximum size based on data nodes
1277 * find_ino - find an entry on the size tree.
1299 * remove_ino - remove an entry from the size tre
[all...]
H A Dfile.c20 * beyond the file size. The budgeting is done in 'ubifs_write_begin()', because
64 len = le32_to_cpu(dn->size); in read_block()
146 int dlen = le32_to_cpu(dn->size); in do_readpage()
638 len = le32_to_cpu(dn->size); in populate_page()
957 * situation when a we have an inode with size 0, then a megabyte of data is
961 * inode size would still be 0, but there would be many pages which are beyond
962 * the inode size, they would be indexed and consume flash space. Because the
964 * situation and correct the inode size. This means UBIFS would have to scan
968 * within the last synchronized inode size, i.e. the size whic
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_metrics.c1010 size_t size; in tcp_net_metrics_init() local
1025 size = sizeof(struct tcpm_hash_bucket) << tcp_metrics_hash_log; in tcp_net_metrics_init()
1027 tcp_metrics_hash = kvzalloc(size, GFP_KERNEL); in tcp_net_metrics_init()
/kernel/linux/linux-5.10/net/ncsi/
H A Dncsi-rsp.c798 size_t size; in ncsi_rsp_handler_gc() local
820 size = (rsp->uc_cnt + rsp->mc_cnt + rsp->mixed_cnt) * ETH_ALEN; in ncsi_rsp_handler_gc()
821 nc->mac_filter.addrs = kzalloc(size, GFP_ATOMIC); in ncsi_rsp_handler_gc()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c132 pr_err("%s: write size too big\n", __func__); in msm_hdmi_ddc_write()
1003 u32 size = ARRAY_SIZE(reg_data); in msm_hdmi_hdcp_transfer_v_h() local
1008 for (i = 0; i < size; i++) { in msm_hdmi_hdcp_transfer_v_h()
1021 rc = msm_hdmi_hdcp_scm_wr(hdcp_ctrl, reg, data, size); in msm_hdmi_hdcp_transfer_v_h()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_device.c196 * @array_size: size of the register array
341 rdev->doorbell.size = pci_resource_len(rdev->pdev, 2); in radeon_doorbell_init()
343 rdev->doorbell.num_doorbells = min_t(u32, rdev->doorbell.size / sizeof(u32), RADEON_MAX_DOORBELLS); in radeon_doorbell_init()
352 DRM_INFO("doorbell mmio size: %u\n", (unsigned)rdev->doorbell.size); in radeon_doorbell_init()
536 * address space then we limit the VRAM size to the aperture.
540 * size and print a warning.
544 * Note: GTT start, end, size should be initialized before calling this
547 * Note: We don't explicitly enforce VRAM start to be aligned on VRAM size,
553 * cover the whole aperture even if VRAM size i
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/
H A Dvia-camera.c497 * Image size info. in viacam_ctlr_image()
594 "Plane size too small (%lu < %u)\n", in viacam_vb2_prepare()
611 int size = cam->user_format.sizeimage; in viacam_vb2_queue_setup() local
614 return sizes[0] < size ? -EINVAL : 0; in viacam_vb2_queue_setup()
617 sizes[0] = size; in viacam_vb2_queue_setup()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtda827x.c125 const int size) in tuner_transfer()
132 rc = i2c_transfer(priv->i2c_adap, msg, size); in tuner_transfer()
136 if (rc >= 0 && rc != size) in tuner_transfer()
123 tuner_transfer(struct dvb_frontend *fe, struct i2c_msg *msg, const int size) tuner_transfer() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c1012 int size = 0; in sun4i_tcon_get_index() local
1017 * will be same as current TCON list size. in sun4i_tcon_get_index()
1020 ++size; in sun4i_tcon_get_index()
1022 return size; in sun4i_tcon_get_index()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dp_helper.h1512 * @size: size of @buffer
1519 size_t size; member
1573 * received, the adapter will drop down to the size given by the partial
1609 void *buffer, size_t size);
1611 void *buffer, size_t size);
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss_video.c334 unsigned long size = vfh->format.fmt.pix.sizeimage; in iss_video_buf_prepare() local
337 if (vb2_plane_size(vb, 0) < size) in iss_video_buf_prepare()
347 vb2_set_plane_payload(vb, 0, size); in iss_video_buf_prepare()
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzoran_driver.c172 /* Check size and format of the grab wanted */ in zoran_v4l_set_format()
176 pci_err(zr->pci_dev, "%s - wrong frame size (%dx%d)\n", __func__, width, height); in zoran_v4l_set_format()
184 /* Check against available buffer size */ in zoran_v4l_set_format()
186 pci_err(zr->pci_dev, "%s - video buffer size (%d kB) is too small\n", in zoran_v4l_set_format()
449 pci_dbg(zr->pci_dev, "size=%dx%d, fmt=0x%x (%4.4s)\n", in zoran_s_fmt_vid_out()
806 unsigned int size = zr->buffer_size; in zr_vb2_queue_setup() local
816 if (sizes[0] < size) in zr_vb2_queue_setup()
823 sizes[0] = size; in zr_vb2_queue_setup()
/kernel/linux/linux-5.10/include/linux/
H A Dmemcontrol.h147 unsigned int size; member
158 * It must be able to store at least primary->size - 1 entries.
353 * size of first charge trial. "32" comes from vmscan.c's magic value.
1569 int obj_cgroup_charge(struct obj_cgroup *objcg, gfp_t gfp, size_t size);
1570 void obj_cgroup_uncharge(struct obj_cgroup *objcg, size_t size);
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Desas2r.h273 * the maximum size of the communication lists is two greater than the
753 u32 size; member
1070 u32 size);
1072 u32 size);
1218 * clear the size of the VDA request. esas2r_build_sg_list() will in esas2r_rq_init_request()
1219 * only allow the size of the request to grow. there are some in esas2r_rq_init_request()
1221 * time through sets a smaller request size. if this is not modified in esas2r_rq_init_request()
1222 * at all we'll set it to the size of the entire VDA request. in esas2r_rq_init_request()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c64 /* prevent zero size buffer object */ in __bo_init()
66 dev_err(atomisp_dev, "0 size buffer is not allowed.\n"); in __bo_init()
345 unsigned int size) in hmm_bo_device_init()
360 bdev->pgnr = size_to_pgnr_ceil(size); in hmm_bo_device_init()
361 bdev->size = pgnr_to_size(bdev->pgnr); in hmm_bo_device_init()
415 dev_err(atomisp_dev, "0 size buffer is not allowed.\n"); in hmm_bo_alloc()
1388 * check vma's virtual address space size and buffer object's size. in hmm_bo_mmap()
1393 "vma's address space size not equal to buffer object's size"); in hmm_bo_mmap()
342 hmm_bo_device_init(struct hmm_bo_device *bdev, struct isp_mmu_client *mmu_driver, unsigned int vaddr_start, unsigned int size) hmm_bo_device_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Ddas1800.c85 #define DMA_BUF_SIZE 0x1ff00 /* size in bytes of dma buffers */
370 unsigned int nbytes = desc->size - residue; in das1800_flush_dma_channel()
792 /* determine a dma transfer size to fill buffer in 0.3 sec */ in das1800_ai_setup_dma()
795 desc->size = bytes; in das1800_ai_setup_dma()
801 desc->size = bytes; in das1800_ai_setup_dma()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dsuper.c114 u64 size = i_size_read(jd->jd_inode); in gfs2_jdesc_check() local
119 jd->jd_blocks = size >> sdp->sd_sb.sb_bsize_shift; in gfs2_jdesc_check()
121 if (gfs2_write_alloc_required(ip, 0, size)) { in gfs2_jdesc_check()
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dtda827x.c125 const int size) in tuner_transfer()
132 rc = i2c_transfer(priv->i2c_adap, msg, size); in tuner_transfer()
136 if (rc >= 0 && rc != size) in tuner_transfer()
123 tuner_transfer(struct dvb_frontend *fe, struct i2c_msg *msg, const int size) tuner_transfer() argument
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c643 const int pkt_size = chip->ecc.size; in check_erased_page()
722 chip->ecc.size = 512; in fsl_ifc_attach_chip()
762 dev_dbg(priv->dev, "%s: mtd->size = %lld\n", __func__, mtd->size); in fsl_ifc_attach_chip()
933 dev_err(priv->dev, "bad csor %#x: bad page size\n", csor); in fsl_ifc_chip_init()

Completed in 65 milliseconds

1...<<1461146214631464146514661467146814691470>>...1671