Searched defs:total_len (Results 1 - 105 of 105) sorted by relevance

/linux-4.1.27/fs/ext2/
H A Dxattr_trusted.c16 const size_t total_len = prefix_len + name_len + 1; ext2_xattr_trusted_list() local
H A Dxattr_user.c18 const size_t total_len = prefix_len + name_len + 1; ext2_xattr_user_list() local
H A Dxattr_security.c15 const size_t total_len = prefix_len + name_len + 1; ext2_xattr_security_list() local
/linux-4.1.27/fs/ext3/
H A Dxattr_trusted.c16 const size_t total_len = prefix_len + name_len + 1; ext3_xattr_trusted_list() local
H A Dxattr_user.c16 const size_t total_len = prefix_len + name_len + 1; ext3_xattr_user_list() local
H A Dxattr_security.c15 const size_t total_len = prefix_len + name_len + 1; ext3_xattr_security_list() local
/linux-4.1.27/fs/ext4/
H A Dxattr_trusted.c20 const size_t total_len = prefix_len + name_len + 1; ext4_xattr_trusted_list() local
H A Dxattr_user.c19 const size_t total_len = prefix_len + name_len + 1; ext4_xattr_user_list() local
H A Dxattr_security.c19 const size_t total_len = prefix_len + name_len + 1; ext4_xattr_security_list() local
/linux-4.1.27/include/linux/
H A Dsplice.h27 size_t total_len; /* remaining length */ member in struct:splice_desc
/linux-4.1.27/net/nfc/nci/
H A Ddata.c97 int total_len = skb->len; nci_queue_tx_data_frags() local
/linux-4.1.27/drivers/spi/
H A Dspi-octeon.c154 unsigned int total_len = 0; octeon_spi_transfer_one_message() local
H A Dspi-bcm63xx.c225 unsigned int n_transfers = 0, total_len = 0; bcm63xx_spi_transfer_one() local
H A Dspi-fsl-espi.c362 unsigned int total_len = espi_trans->len; fsl_espi_rw_trans() local
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_ioctl.h86 unsigned short total_len; member in struct:IOCTL_DPRAM_BLK
H A Dft1000_debug.c531 u16 total_len; ft1000_ioctl() local
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
H A Drtw_android.c65 int total_len; member in struct:android_wifi_priv_cmd
88 rtw_android_get_rssi(struct net_device *net, char *command, int total_len) rtw_android_get_rssi() argument
105 rtw_android_get_link_speed(struct net_device *net, char *command, int total_len) rtw_android_get_link_speed() argument
116 rtw_android_get_macaddr(struct net_device *net, char *command, int total_len) rtw_android_get_macaddr() argument
123 android_set_cntry(struct net_device *net, char *command, int total_len) android_set_cntry() argument
134 android_get_p2p_addr(struct net_device *net, char *command, int total_len) android_get_p2p_addr() argument
142 rtw_android_set_block(struct net_device *net, char *command, int total_len) rtw_android_set_block() argument
/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_main.c34 u8 total_len = 0; udl_parse_vendor_descriptor() local
/linux-4.1.27/net/mac80211/
H A Daes_cmac.c44 size_t i, e, left, total_len; aes_cmac_vector() local
H A Dieee80211_i.h1398 size_t total_len; member in struct:ieee802_11_elems
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_bsg.c208 uint32_t total_len = 0; qla4xxx_read_nvram() local
280 uint32_t total_len = 0; qla4xxx_update_nvram() local
/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dhermes_dld.c257 int total_len = 0; hermes_blocks_length() local
/linux-4.1.27/drivers/staging/gdm724x/
H A Dgdm_mux.c161 int total_len; up_to_host() local
364 int total_len; gdm_mux_send() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dxattr.c601 const size_t total_len = prefix_len + name_len + 1; ll_listxattr() local
/linux-4.1.27/drivers/net/wireless/b43/
H A Dpio.c506 unsigned int hdrlen, total_len; b43_pio_tx() local
581 unsigned int total_len; b43_pio_handle_txstatus() local
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_download.c724 u32 total_len = 0; prism2_download() local
/linux-4.1.27/drivers/usb/core/
H A Dconfig.c786 int length, total_len, num, i; usb_get_bos_descriptor() local
/linux-4.1.27/drivers/vhost/
H A Dtest.c43 size_t len, total_len = 0; handle_vq() local
H A Dnet.c306 size_t len, total_len = 0; handle_tx() local
535 size_t total_len = 0; handle_rx() local
/linux-4.1.27/fs/ubifs/
H A Dxattr.c589 const size_t total_len = prefix_len + name_len + 1; security_listxattr() local
/linux-4.1.27/fs/btrfs/
H A Ddir-item.c388 u32 total_len; btrfs_match_dir_item_name() local
H A Dprops.c178 u32 total_len, cur, this_len; iterate_object_props() local
H A Dioctl.c2196 int total_len = 0; btrfs_search_path_in_tree() local
H A Dsend.c544 int total_len = sizeof(*hdr) + len; tlv_put() local
/linux-4.1.27/mm/
H A Dprocess_vm_access.c155 size_t total_len = iov_iter_count(iter); process_vm_rw_core() local
/linux-4.1.27/net/rds/
H A Dmessage.c238 struct rds_message *rds_message_map_pages(unsigned long *page_addrs, unsigned int total_len) rds_message_map_pages() argument
/linux-4.1.27/net/sunrpc/xprtrdma/
H A Drpc_rdma.c570 unsigned int i, total_len; rpcrdma_count_chunks() local
/linux-4.1.27/drivers/mtd/
H A Dmtdconcat.c164 size_t total_len = 0; concat_writev() local
/linux-4.1.27/drivers/dma/ioat/
H A Ddma_v2.c754 size_t total_len = len; ioat2_dma_prep_memcpy_lock() local
H A Ddma.c499 size_t total_len = len; ioat1_dma_prep_memcpy() local
H A Ddma_v3.c670 size_t total_len = len; __ioat3_prep_xor_lock() local
847 size_t total_len = len; __ioat3_prep_pq_lock() local
969 size_t total_len = len; __ioat3_prep_pq16_lock() local
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c115 sha1_pad(uint8_t padblock[SHA1_BLOCK_SIZE * 2], uint32_t total_len) sha1_pad() argument
/linux-4.1.27/drivers/acpi/
H A Dacpi_extlog.c37 u64 total_len; /* entire L1 Directory length including this header */ member in struct:extlog_l1_head
/linux-4.1.27/fs/pstore/
H A Dplatform.c249 size_t total_len; copy_kmsg_to_buffer() local
300 size_t total_len; pstore_dump() local
/linux-4.1.27/Documentation/networking/timestamping/
H A Dtxtimestamp.c273 int fd, i, val = 1, total_len; do_test() local
/linux-4.1.27/fs/cifs/
H A Dtransport.c302 size_t total_len = 0, sent; smb_send_rqst() local
/linux-4.1.27/fs/f2fs/
H A Dxattr.c32 int total_len, prefix_len = 0; f2fs_xattr_generic_list() local
/linux-4.1.27/net/bluetooth/
H A Da2mp.c52 u16 total_len = len + sizeof(*cmd); a2mp_send() local
/linux-4.1.27/net/core/
H A Dnetpoll.c375 int total_len, ip_len, udp_len; netpoll_send_udp() local
H A Dethtool.c1000 ethtool_get_any_eeprom(struct net_device *dev, void __user *useraddr, int (*getter)(struct net_device *, struct ethtool_eeprom *, u8 *), u32 total_len) ethtool_get_any_eeprom() argument
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c316 u16 total_len = 0, msg_len; fm10k_mbx_validate_msg_size() local
/linux-4.1.27/drivers/net/ppp/
H A Dpppoe.c852 pppoe_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) pppoe_sendmsg() argument
994 pppoe_recvmsg(struct socket *sock, struct msghdr *m, size_t total_len, int flags) pppoe_recvmsg() argument
/linux-4.1.27/drivers/net/wireless/p54/
H A Deeprom.c703 p54_convert_db(struct pda_custom_wrapper *src, size_t total_len) p54_convert_db() argument
/linux-4.1.27/drivers/scsi/esas2r/
H A Desas2r_ioctl.c938 u32 total_len = ESAS2R_FWCOREDUMP_SZ; hba_ioctl_callback() local
/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/
H A Dft1000_hw.c1190 u16 total_len; ft1000_parse_dpram_msg() local
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dtx.c208 u32 total_len = skb->len + sizeof(struct wl1271_tx_hw_descr) + extra; wl1271_tx_allocate() local
382 u32 total_len; wl1271_prepare_tx_frame() local
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_cppi41.c37 u32 total_len; member in struct:cppi41_dma_channel
/linux-4.1.27/fs/
H A Dpipe.c231 size_t total_len = iov_iter_count(to); pipe_read() local
344 size_t total_len = iov_iter_count(from); pipe_write() local
/linux-4.1.27/net/dccp/
H A Dproto.c589 int err = -ENOENT, slen = 0, total_len = sizeof(u32); dccp_getsockopt_service() local
/linux-4.1.27/net/phonet/
H A Dsocket.c428 pn_socket_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) pn_socket_sendmsg() argument
/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c338 u32 total_len; c2_reg_phys_mr() local
/linux-4.1.27/drivers/net/usb/
H A Dusbnet.c1254 unsigned num_sgs, total_len = 0; build_dma_sg() local
/linux-4.1.27/drivers/net/
H A Dmacvtap.c667 unsigned long total_len = iov_iter_count(from); macvtap_get_user() local
1131 macvtap_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) macvtap_sendmsg() argument
1138 macvtap_recvmsg(struct socket *sock, struct msghdr *m, size_t total_len, int flags) macvtap_recvmsg() argument
H A Dtun.c1036 size_t total_len = iov_iter_count(from); tun_get_user() local
1451 static int tun_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) tun_sendmsg() argument
1466 static int tun_recvmsg(struct socket *sock, struct msghdr *m, size_t total_len, tun_recvmsg() argument
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dtrx.c452 u16 total_len = 0; rtl92ee_rx_check_dma_ok() local
/linux-4.1.27/drivers/scsi/
H A Dinitio.c2567 long total_len; initio_build_scb() local
H A Dhpsa.c3367 unsigned int total_len = 0; hpsa_scsi_ioaccel1_queue_command() local
3531 u32 total_len = 0; hpsa_scsi_ioaccel2_queue_command() local
/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.h293 u32 total_len; member in struct:srp_map_state
/linux-4.1.27/drivers/dma/
H A Dat_hdmac.c748 size_t total_len = 0; atc_prep_slave_sg() local
899 size_t len = 0, total_len = 0; atc_prep_dma_sg() local
H A Ddmatest.c421 unsigned long long total_len = 0; dmatest_func() local
H A Dat_hdmac_regs.h198 size_t total_len; member in struct:at_desc
/linux-4.1.27/drivers/dma/dw/
H A Dcore.c777 size_t total_len = 0; dwc_prep_slave_sg() local
H A Dregs.h336 size_t total_len; member in struct:dw_desc
/linux-4.1.27/drivers/usb/renesas_usbhs/
H A Dfifo.c508 int total_len; usbhsf_pio_try_push() local
653 int total_len = 0; usbhsf_pio_try_pop() local
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal.c415 int opal_put_chars(uint32_t vtermno, const char *data, int total_len) opal_put_chars() argument
/linux-4.1.27/net/ipv6/
H A Draw.c543 int total_len; rawv6_push_pending_frames() local
/linux-4.1.27/net/l2tp/
H A Dl2tp_ppp.c297 pppol2tp_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) pppol2tp_sendmsg() argument
/linux-4.1.27/kernel/
H A Drelay.c1218 unsigned int pidx, poff, total_len, subbuf_pages, nr_pages; subbuf_splice_actor() local
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1351 int total_len = 0; ath10k_unchain_msdu() local
/linux-4.1.27/drivers/net/wireless/
H A Dray_cs.c2118 int total_len; rx_data() local
/linux-4.1.27/drivers/scsi/isci/
H A Drequest.c1417 int total_len = len; sci_stp_request_pio_data_in_copy_data_buffer() local
/linux-4.1.27/drivers/ata/
H A Dsata_sx4.c461 unsigned int i, si, idx, total_len = 0, sgt_len; pdc20621_dma_prep() local
317 pdc20621_ata_sg(u8 *buf, unsigned int portno, unsigned int total_len) pdc20621_ata_sg() argument
338 pdc20621_host_sg(u8 *buf, unsigned int portno, unsigned int total_len) pdc20621_host_sg() argument
/linux-4.1.27/drivers/atm/
H A Diphase.c2899 int total_len; ia_pkt_tx() local
/linux-4.1.27/drivers/usb/wusbcore/
H A Dwa-xfer.c2178 int seg_index, total_len = 0, urb_frame_index = urb_start_frame; __wa_populate_buf_in_urb_isoc() local
/linux-4.1.27/drivers/video/fbdev/
H A Dudlfb.c1509 int total_len = 0; dlfb_parse_vendor_descriptor() local
/linux-4.1.27/drivers/media/common/siano/
H A Dsmscoreapi.c1951 u32 total_len; smscore_gpio_configure() local
2030 u32 total_len; smscore_gpio_set_level() local
2078 u32 total_len; smscore_gpio_get_level() local
/linux-4.1.27/arch/ia64/kernel/
H A Dmca.c420 u64 total_len = 0; ia64_log_get() local
/linux-4.1.27/fs/fuse/
H A Ddev.c1705 size_t total_len = 0; fuse_retrieve() local
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dfec_main.c692 int total_len, data_left; fec_enet_txq_submit_tso() local
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c1961 uint32_t total_len = 0, i; ocrdma_sglist_len() local
H A Docrdma_sli.h1799 u32 total_len; member in struct:ocrdma_hdr_wqe
/linux-4.1.27/net/
H A Dsocket.c2080 int total_len, len; ___sys_recvmsg() local
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c818 int total_len, data_left, ret; txq_submit_tso() local
H A Dmvneta.c1623 int total_len, data_left; mvneta_tx_tso() local
/linux-4.1.27/drivers/scsi/pm8001/
H A Dpm8001_sas.h306 u32 total_len; member in struct:mpi_mem
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_verbs.h393 u32 total_len; member in struct:qib_sge_state
/linux-4.1.27/drivers/block/
H A Dnvme-core.c636 int nvme_setup_prps(struct nvme_dev *dev, struct nvme_iod *iod, int total_len, nvme_setup_prps() argument
/linux-4.1.27/kernel/trace/
H A Dring_buffer.c4941 unsigned long total_len = 0; for_each_online_cpu() local
/linux-4.1.27/drivers/net/ethernet/neterion/
H A Ds2io.h679 int total_len; member in struct:lro
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dsdio.c2217 u16 head_pad, total_len; brcmf_sdio_txpkt_prep() local
2145 brcmf_sdio_txpkt_prep_sg(struct brcmf_sdio *bus, struct sk_buff_head *pktq, struct sk_buff *pkt, u16 total_len) brcmf_sdio_txpkt_prep_sg() argument
/linux-4.1.27/fs/ocfs2/
H A Dxattr.c899 int total_len = prefix_len + name_len + 1; ocfs2_xattr_list_entry() local
7241 const size_t total_len = prefix_len + name_len + 1; ocfs2_xattr_security_list() local
7331 const size_t total_len = prefix_len + name_len + 1; ocfs2_xattr_trusted_list() local
7375 const size_t total_len = prefix_len + name_len + 1; ocfs2_xattr_user_list() local
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_sli.c8188 uint32_t xmit_len = 0, total_len = 0; lpfc_sli4_iocb2wqe() local
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2200.c692 u32 addr, field_info, field_len, field_count, total_len; ipw_get_ordinal() local
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddsi.c3924 unsigned total_len; dsi_update_screen_dispc() local
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dtg3.c3705 int total_len = tp->fw->size; tg3_load_firmware_cpu() local

Completed in 5335 milliseconds