/kernel/linux/linux-6.6/fs/ceph/ |
H A D | addr.c | 135 * data on the folio. 260 /* no object means success but no data */ in finish_netfs_read() 311 /* We need to fetch the inline data. */ in ceph_netfs_issue_op_inline() 329 /* The data got uninlined */ in ceph_netfs_issue_op_inline() 558 * Get ref for the oldest snapc for an inode with dirty data... that is, the 856 * page truncation thread, possibly losing some data that in writepages_finish() 974 /* find oldest snap context with dirty data */ in ceph_writepages_start() 978 is no dirty data? */ in ceph_writepages_start() 979 dout(" no snap context with dirty data?\n"); in ceph_writepages_start() 1281 * according to the data lengt in ceph_writepages_start() 1778 ceph_fill_inline_data(struct inode *inode, struct page *locked_page, char *data, size_t len) ceph_fill_inline_data() argument [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.c | 42 * with its mirror data array at trailer). 353 caddr_t p; /* src meta-data page */ in lmWriteRecord() 371 /* any log data to write ? */ in lmWriteRecord() 376 * move log record data in lmWriteRecord() 378 /* retrieve source meta-data page to log */ in lmWriteRecord() 380 p = (caddr_t) (tlck->mp->data); in lmWriteRecord() 416 * move log vector data in lmWriteRecord() 623 /* if log wraps, the first data page of log is 2 in lmNextPage() 1757 * unmount, all meta data for the file system has been in lmLogFileSystem() 2376 * page 2 - log data pag in lmLogFormat() [all...] |
H A D | jfs_txnmgr.c | 28 * (obviate intermediate replication of allocation/deallocation data) 61 /* struct tblock *sync_queue; * Transactions waiting for data sync */ 696 /* mark tlock for meta-data page */ in txLock() 784 p = (xtpage_t *) mp->data; in txLock() 1101 * for non-journalled segments the data are flushed to 1175 * flush data pages of non-journaled file in txCommit() 1211 * intent is to ensure that any file data is written before in txCommit() 1213 * uninitialized data from appearing in a file after the in txCommit() 1214 * journal has been replayed. (The uninitialized data in txCommit() 1215 * could be sensitive data remove in txCommit() [all...] |
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | checkpoint.c | 153 /* skip data, if we already have an error in checkpoint. */ in __is_bitmap_valid() 700 /* truncate all the data during iput */ in recover_orphan_inode() 1485 /* 2 cp + n data seg summary + orphan inode blocks */ in do_checkpoint() 1806 static int issue_checkpoint_thread(void *data) in issue_checkpoint_thread() argument 1808 struct f2fs_sb_info *sbi = data; in issue_checkpoint_thread()
|
H A D | compress.c | 91 struct inode *inode, pgoff_t index, void *data) in f2fs_set_compressed_page() 93 attach_page_private(page, (void *)data); in f2fs_set_compressed_page() 408 * there is compressed data remained in intermediate buffer due to in zstd_compress_pages() 1243 /* we should bypass data pages to proceed the kworker jobs */ in f2fs_write_compressed_pages() 1767 * the data pages can involve reading metadata pages from the in f2fs_decompress_end_io() 90 f2fs_set_compressed_page(struct page *page, struct inode *inode, pgoff_t index, void *data) f2fs_set_compressed_page() argument
|
H A D | gc.c | 31 static int gc_thread_func(void *data) in gc_thread_func() argument 33 struct f2fs_sb_info *sbi = data; in gc_thread_func() 854 /* Don't touch checkpointed data */ in f2fs_get_victim() 859 * The victim should have no checkpointed data. in f2fs_get_victim() 1125 f2fs_warn(sbi, "%s: valid data with mismatched node version.", in is_alive() 1228 * don't cache encrypted data into meta inode until previous dirty in ra_data_block() 1229 * data were writebacked to avoid racing between GC and flush. in ra_data_block() 1261 * Move data block via META_MAPPING while keeping locked data page. 1315 * don't cache encrypted data int in move_data_block() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | zoned.c | 77 static int copy_zone_info_cb(struct blk_zone *zone, unsigned int idx, void *data) in copy_zone_info_cb() argument 79 struct blk_zone *zones = data; in copy_zone_info_cb() 1485 btrfs_err(fs_info, "zoned: profile DUP not yet supported on data bg"); in btrfs_load_block_group_zone_info() 1707 * Write to pre-allocated region is for the data relocation, and so in btrfs_finish_ordered_zoned() 2005 * For the data block group, leave active zones for one in btrfs_zone_activate() 2097 * the sequential IO submissions using the ZONE_APPEND command for data in do_zone_finish() 2262 /* Bail out if we can allocate more data from this block group. */ in btrfs_zone_finish_endio() 2369 /* It should be called on a previous data relocation block group. */ in btrfs_zoned_release_data_reloc_bg()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | task_mmu.c | 103 unsigned long *data, unsigned long *resident) in task_statm() 109 *data = mm->data_vm + mm->stack_vm; in task_statm() 101 task_statm(struct mm_struct *mm, unsigned long *shared, unsigned long *text, unsigned long *data, unsigned long *resident) task_statm() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsfs.c | 391 * server, can not assume caching of file data or metadata. in cifs_alloc_inode() 884 static int cifs_set_super(struct super_block *sb, void *data) in cifs_set_super() argument 886 struct cifs_mnt_data *mnt_data = data; in cifs_set_super() 1330 * accidental loss of dirty data outside of the range. in cifs_remap_file_range() 1438 * accidental loss of dirty data outside of the range. in cifs_file_copychunk_range()
|
/kernel/linux/linux-6.6/fs/ |
H A D | splice.c | 7 * buffer that you can use to transfer data from one end to the other. 10 * that transfers data buffers to or from a pipe buffer. 81 * before we actually wrote our data to them. fs corruption in page_cache_pipe_buf_try_steal() 187 * splice_to_pipe - fill passed data into a pipe 189 * @spd: data to fill 194 * function will link that data to the pipe. 301 * copy_splice_read - Copy data from a file and splice the copy into a pipe 309 * amount of data (but limited by the remaining pipe capacity), passes it to 314 * will be updated if appropriate; 0 will be returned if there is no more data 317 * if the pipe has insufficient space, we reach the end of the data o [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 150 * initial data transmission if no 226 #define TCP_NAGLE_PUSH 4 /* Cork is overridden for already queued data */ 239 /* Accept SYN data w/o any cookie option */ 359 /* How many ACKs S/ACKing new data have we sent? */ in tcp_dec_quickack_mode() 756 * Rcv_nxt can be after the window if our peer push more data 1037 /* A rate sample measures the number of (original/retransmitted) data 1110 /* initialize private data (optional) */ 1112 /* cleanup private data (optional) */ 1299 * either send more filler packets or data to artificially blow up the cwnd 1797 struct msghdr *data; /* dat member [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/ |
H A D | vi.c | 1216 * For data lanes more than maximum csi lanes per brick, multiple of in tegra_vi_channel_alloc() 1962 { .compatible = "nvidia,tegra20-vi", .data = &tegra20_vi_soc }, 1965 { .compatible = "nvidia,tegra210-vi", .data = &tegra210_vi_soc },
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | omap-serial.c | 292 * data direction pin if needed. in serial_omap_stop_tx() 443 * Read one data character out to avoid stalling the receiver according in serial_omap_rlsi() 757 * Read data port to reset things, and then free the irq in serial_omap_shutdown() 1170 struct earlycon_device *device = console->data; in early_omap_serial_write() 1278 .data = &serial_omap_reg, 1681 * causes UART to corrupt data.
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 622 /* For in transfers we need to copy the data from bounce to sg */ in cdnsp_unmap_td_bounce_buffer() 900 * If the controller said we transferred more data than the buffer in cdnsp_td_cleanup() 1008 * if on data stage then update the actual_length of the USB in cdnsp_process_ctrl_td() 1459 * reads of the event's flags/data below. in cdnsp_handle_event() 1525 irqreturn_t cdnsp_thread_irq_handler(int irq, void *data) in cdnsp_thread_irq_handler() argument 1527 struct cdnsp_device *pdev = (struct cdnsp_device *)data; in cdnsp_thread_irq_handler() 1780 /* One TRB with a zero-length data packet. */ in cdnsp_td_remainder() 1804 /* We got lucky, last normal TRB data on segment is packet aligned. */ in cdnsp_align_td() 2025 /* 1 TRB for data, 1 for status */ in cdnsp_queue_ctrl_tx() 2040 /* If there's data, queu in cdnsp_queue_ctrl_tx() [all...] |
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_cm.c | 1056 * CPL connection rx data ack: host -> 1120 memset(skb->data, 0, LRO_SKB_MIN_HEADROOM); in cxgbit_alloc_csk_skb() 1900 struct cpl_set_tcb_rpl *rpl = (struct cpl_set_tcb_rpl *)skb->data; in cxgbit_set_tcb_rpl()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb.c | 298 static int tb_increase_switch_tmu_accuracy(struct device *dev, void *data) in tb_increase_switch_tmu_accuracy() argument 2066 static int tb_scan_finalize_switch(struct device *dev, void *data) in tb_scan_finalize_switch() argument
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_sas.c | 281 static int do_sas_phy_delete(struct device *dev, void *data) in do_sas_phy_delete() argument 283 int pass = (int)(unsigned long)data; in do_sas_phy_delete() 293 * sas_remove_children - tear down a devices SAS data structures 306 * sas_remove_host - tear down a Scsi_Host's SAS data structures 1235 /* only need 8 bytes of data plus header (4 or 8) */
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 838 /* Look for the PCI data to check the ROM type */ in aty128_map_ROM() 841 /* Check the PCI data signature. If it's wrong, we still assume a normal in aty128_map_ROM() 845 * Currently, we only look at the first PCI data, we could iteratre and in aty128_map_ROM() 1884 static void aty128_early_resume(void *data) in aty128_early_resume() argument 1886 struct aty128fb_par *par = data; in aty128_early_resume()
|
/kernel/linux/linux-6.6/drivers/ssb/ |
H A D | pci.c | 192 static inline u8 ssb_crc8(u8 crc, u8 data) in ssb_crc8() argument 229 return t[crc ^ data]; in ssb_crc8()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-atmel.c | 306 * 8 bits is the minimum data the controller is capable of sending. 339 * the controller to send the data. in atmel_spi_send_dummy() 346 * Read all data coming from SPI bus, needed to be able to send in atmel_spi_send_dummy() 365 * that automagic deselection is OK. ("NPCSx rises if no data is to be 542 * In this mode, up to 2 data, not 4, can be written into the Transmit in atmel_spi_dma_slave_config() 544 * However, the first data has to be written into the lowest 16 bits and in atmel_spi_dma_slave_config() 545 * the second data into the highest 16 bits of the Transmit in atmel_spi_dma_slave_config() 546 * Data Register. For 8bit data (the most frequent case), it would in atmel_spi_dma_slave_config() 547 * require to rework tx_buf so each data would actually fit 16 bits. in atmel_spi_dma_slave_config() 548 * So we'd rather write only one data a in atmel_spi_dma_slave_config() 639 dma_callback(void *data) dma_callback() argument [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32mp257.c | 2555 .data = &stm32mp257_match_data, 2559 .data = &stm32mp257_z_match_data,
|
/kernel/linux/linux-6.6/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra234.c | 3 * Pinctrl data for the NVIDIA Tegra234 pinmux 1942 { .compatible = "nvidia,tegra234-pinmux", .data = &tegra234_pinctrl}, 1943 { .compatible = "nvidia,tegra234-pinmux-aon", .data = &tegra234_pinctrl_aon },
|
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | composite.c | 46 * with the relevant device-wide data. 383 * preventing the data line pullup from being activated. This is 393 * data pullups. 1746 ext_prop->data, in fill_ext_prop() 1751 ext_prop->data, in fill_ext_prop() 2275 /* respond with data transfer before status phase? */ in composite_setup() 2726 * with the control transfer's data/status stage in case it had requested to 2727 * delay the data/status stages. A USB function's setup handler (e.g. set_alt()) 2728 * can request the composite framework to delay the setup request's data/status
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | aspeed_udc.c | 98 /* Programmable EP data toggle */ 417 /* Cleanup data toggle just in case */ in ast_udc_ep_enable() 596 /* IN requests, send data */ in ast_udc_ep0_queue() 610 /* OUT requests, receive data */ in ast_udc_ep0_queue() 1115 SETUP_DBG(udc, "ep0: Sending IN status without data\n"); in ast_udc_ep0_handle_setup() 1119 static irqreturn_t ast_udc_isr(int irq, void *data) in ast_udc_isr() argument 1121 struct ast_udc_dev *udc = (struct ast_udc_dev *)data; in ast_udc_isr()
|
H A D | pxa27x_udc.c | 41 * returns descriptors, implements configuration and data protocols used 420 * control endpoint fifo. If endpoint is a data endpoint, checks if bytes 703 * ep0_end_out_req - Ends control endpoint OUT request (ends data stage) 739 * ep0_end_in_req - Ends control endpoint IN request (ends data stage) 945 /* requests complete when all IN data is in the FIFO */ in write_fifo() 1270 * Discards all data in one endpoint(IN or OUT), except control endpoint. 1584 * @data: the usb_gadget structure in pxa_udc 1591 void *data) in pxa_udc_phy_event() 1593 struct usb_gadget *gadget = data; in pxa_udc_phy_event() 1651 * udc_init_data - Initialize udc device data structure 1590 pxa_udc_phy_event(struct notifier_block *nb, unsigned long action, void *data) pxa_udc_phy_event() argument [all...] |