/linux-4.1.27/drivers/of/unittest-data/ |
D | tests-overlay.dtsi | 118 fragment@0 { 128 fragment@0 { 138 fragment@0 { 148 fragment@0 { 158 fragment@0 { 177 fragment@0 { 187 fragment@0 { 195 fragment@0 { 205 fragment@0 { 213 fragment@0 { [all …]
|
D | testcases.dts | 64 fragment@0 { 69 fragment@0 { 74 fragment@0 {
|
/linux-4.1.27/fs/ufs/ |
D | balloc.c | 37 void ufs_free_fragments(struct inode *inode, u64 fragment, unsigned count) in ufs_free_fragments() argument 50 (unsigned long long)fragment, count); in ufs_free_fragments() 52 if (ufs_fragnum(fragment) + count > uspi->s_fpg) in ufs_free_fragments() 57 cgno = ufs_dtog(uspi, fragment); in ufs_free_fragments() 58 bit = ufs_dtogd(uspi, fragment); in ufs_free_fragments() 132 void ufs_free_blocks(struct inode *inode, u64 fragment, unsigned count) in ufs_free_blocks() argument 145 (unsigned long long)fragment, count); in ufs_free_blocks() 147 if ((fragment & uspi->s_fpbmask) || (count & uspi->s_fpbmask)) { in ufs_free_blocks() 150 (unsigned long long)fragment, count); in ufs_free_blocks() 158 cgno = ufs_dtog(uspi, fragment); in ufs_free_blocks() [all …]
|
D | util.c | 19 struct super_block *sb, u64 fragment, u64 size) in _ubh_bread_() argument 32 ubh->fragment = fragment; in _ubh_bread_() 35 if (!(ubh->bh[i] = sb_bread(sb, fragment + i))) in _ubh_bread_() 48 struct super_block *sb, u64 fragment, u64 size) in ubh_bread_uspi() argument 57 USPI_UBH(uspi)->fragment = fragment; in ubh_bread_uspi() 60 if (!(USPI_UBH(uspi)->bh[i] = sb_bread(sb, fragment + i))) in ubh_bread_uspi()
|
D | inode.c | 173 ufs_inode_getfrag(struct inode *inode, u64 fragment, in ufs_inode_getfrag() argument 186 "metadata %d\n", inode->i_ino, (unsigned long long)fragment, in ufs_inode_getfrag() 194 block = ufs_fragstoblks (fragment); in ufs_inode_getfrag() 195 blockoff = ufs_fragnum (fragment); in ufs_inode_getfrag() 204 if (tmp && fragment < lastfrag) { in ufs_inode_getfrag() 249 tmp = ufs_new_fragments (inode, p, fragment - blockoff, in ufs_inode_getfrag() 257 tmp = ufs_new_fragments(inode, p, fragment - in ufs_inode_getfrag() 272 tmp = ufs_new_fragments(inode, p, fragment - blockoff, in ufs_inode_getfrag() 331 u64 fragment, sector_t new_fragment, int *err, in ufs_inode_getblock() argument 341 block = ufs_fragstoblks (fragment); in ufs_inode_getblock() [all …]
|
D | cylinder.c | 42 UCPI_UBH(ucpi)->fragment = ufs_cgcmin(cgno); in ufs_read_cylinder() 49 if (!(UCPI_UBH(ucpi)->bh[i] = sb_bread(sb, UCPI_UBH(ucpi)->fragment + i))) in ufs_read_cylinder()
|
D | ufs.h | 125 extern int ufs_getfrag_block (struct inode *inode, sector_t fragment, struct buffer_head *bh_result…
|
D | util.h | 265 #define ubh_bread(sb,fragment,size) _ubh_bread_(uspi,sb,fragment,size) argument
|
D | ufs_fs.h | 702 __u64 fragment; /* first fragment */ member
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_log_ipv6.c | 45 int fragment; in dump_ipv6_packet() local 73 fragment = 0; in dump_ipv6_packet() 114 fragment = 1; in dump_ipv6_packet() 123 if (fragment) { in dump_ipv6_packet() 139 if (fragment) { in dump_ipv6_packet() 171 if (fragment) { in dump_ipv6_packet() 206 if (nf_log_dump_tcp_header(m, skb, currenthdr, fragment, in dump_ipv6_packet() 212 if (nf_log_dump_udp_header(m, skb, currenthdr, fragment, ptr)) in dump_ipv6_packet() 222 if (fragment) in dump_ipv6_packet()
|
/linux-4.1.27/fs/squashfs/ |
D | fragment.c | 48 int squashfs_frag_lookup(struct super_block *sb, unsigned int fragment, in squashfs_frag_lookup() argument 52 int block = SQUASHFS_FRAGMENT_INDEX(fragment); in squashfs_frag_lookup() 53 int offset = SQUASHFS_FRAGMENT_INDEX_OFFSET(fragment); in squashfs_frag_lookup()
|
D | Makefile | 6 squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o
|
D | squashfs_fs.h | 347 __le32 fragment; member 364 __le32 fragment; member
|
D | inode.c | 152 frag = le32_to_cpu(sqsh_ino->fragment); in squashfs_read_inode() 195 frag = le32_to_cpu(sqsh_ino->fragment); in squashfs_read_inode()
|
D | Kconfig | 209 Note there must be at least one cached fragment. Anything
|
/linux-4.1.27/net/netfilter/ |
D | nf_log_common.c | 25 u8 proto, int fragment, unsigned int offset) in nf_log_dump_udp_header() argument 36 if (fragment) in nf_log_dump_udp_header() 57 u8 proto, int fragment, unsigned int offset, in nf_log_dump_tcp_header() argument 66 if (fragment) in nf_log_dump_tcp_header()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | Exporting | 22 This byte string will be called a "filehandle fragment" as it 41 filehandle fragment, there is no automatic creation of a path prefix 87 1/ provide the filehandle fragment routines described below. 110 Takes a dentry and creates a filehandle fragment which can later be used 112 implementation creates a filehandle fragment that encodes a 32bit inode 117 Given a filehandle fragment, this should find the implied object and 121 Given a filehandle fragment, this should find the parent of the 123 d_obtain_alias). May fail if the filehandle fragment is too small. 142 A filehandle fragment consists of an array of 1 or more 4byte words,
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-test.txt | 11 'perf test [<options>] [{list <test-name-fragment>|[<test-name-fragments>|<test-numbers>]}]' 19 fragment will show all tests that have it.
|
/linux-4.1.27/scripts/kconfig/ |
D | merge_config.sh | 110 echo Value of $CFG is redefined by fragment $MERGE_FILE: 115 echo Value of $CFG is redundant by fragment $MERGE_FILE:
|
/linux-4.1.27/Documentation/filesystems/ |
D | squashfs.txt | 81 | fragment | 96 written the completed inode, directory, fragment, export, uid/gid lookup and 163 compressed fragment block (tail-end packed block). The compressed size 181 Regular files can contain a fragment index which is mapped to a fragment 182 location on disk and compressed size using a fragment lookup table. This 183 fragment lookup table is itself stored compressed into metadata blocks. 244 recently accessed data Squashfs uses two small metadata and fragment caches. 248 fragment and metadata blocks which have been read as a result of a metadata 249 (i.e. inode or directory) or fragment access. Because metadata and fragments 251 particular piece of metadata or fragment will retrieve other metadata/fragments
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_log.h | 100 u8 proto, int fragment, unsigned int offset); 102 u8 proto, int fragment, unsigned int offset,
|
/linux-4.1.27/drivers/usb/image/ |
D | microtek.c | 498 MTS_DEBUG("Processing fragment %d of %d\n", context->fragment, in mts_do_sg() 507 context->fragment++; in mts_do_sg() 510 sg_virt(&sg[context->fragment]), in mts_do_sg() 511 sg[context->fragment].length, in mts_do_sg() 512 context->fragment + 1 == scsi_sg_count(context->srb) ? in mts_do_sg() 538 desc->context.fragment = 0; in mts_build_transfer_context()
|
D | microtek.h | 23 int fragment; member
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | islpci_eth.c | 83 isl38xx_fragment *fragment; in islpci_eth_transmit() local 200 fragment = &cb->tx_data_low[index]; in islpci_eth_transmit() 207 fragment->size = cpu_to_le16(frame_size); in islpci_eth_transmit() 208 fragment->flags = cpu_to_le16(0); /* set to 1 if more fragments */ in islpci_eth_transmit() 209 fragment->address = cpu_to_le32(pci_map_address); in islpci_eth_transmit()
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | configNR_CPUS.sh | 31 echo Unreadable config fragment $cf 1>&2
|
D | kvm-test-1-run.sh | 67 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
|
/linux-4.1.27/drivers/input/misc/ |
D | ims-pcu.c | 788 struct ims_pcu_flash_fmt *fragment; in ims_pcu_verify_block() local 791 fragment = (void *)&pcu->cmd_buf[1]; in ims_pcu_verify_block() 792 put_unaligned_le32(addr, &fragment->addr); in ims_pcu_verify_block() 793 fragment->len = len; in ims_pcu_verify_block() 804 fragment = (void *)&pcu->cmd_buf[IMS_PCU_BL_DATA_OFFSET]; in ims_pcu_verify_block() 805 if (get_unaligned_le32(&fragment->addr) != addr || in ims_pcu_verify_block() 806 fragment->len != len) { in ims_pcu_verify_block() 809 addr, get_unaligned_le32(&fragment->addr), in ims_pcu_verify_block() 810 len, fragment->len); in ims_pcu_verify_block() 814 if (memcmp(fragment->data, data, len)) { in ims_pcu_verify_block() [all …]
|
/linux-4.1.27/Documentation/devicetree/ |
D | overlay-notes.txt | 45 fragment@0 { 111 fragment@0 { /* first child node */ 124 fragment@1 { /* second child node */
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | cros-adc-thermistors.dtsi | 2 * Thermistor dts fragment for devices that use Thermistors as
|
D | cros-ec-keyboard.dtsi | 2 * Keyboard dts fragment for devices that use cros-ec-keyboard
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 206 u32 *curfrag; /* Current fragment number */ 211 This function downloads a software fragment pointed by sw->buf 217 fragment _may_ be shorter, however. The kernel will compute its 247 u32 *curfrag; /* Current fragment number */ 252 This function uploads a software fragment from the IOP identified 260 last fragment _may_ be shorter.
|
/linux-4.1.27/Documentation/networking/ |
D | nf_conntrack-sysctl.txt | 62 purpose, the fragment handler will toss packets until 73 Time to keep an IPv6 fragment in memory.
|
D | udplite.txt | 207 coverage is less than 1232 bytes (MTU minus IPv6/fragment header 208 lengths), only the first fragment needs to be considered. When using 209 larger checksum coverage lengths, each eligible fragment needs to be 218 fragment only 598 (= 3062 - 2*1232) bytes are checksummed.
|
D | ppp_generic.txt | 176 or more fragments and puts a multilink header on each fragment. It 179 fragment at the moment. A channel is potentially able to accept a 180 fragment if it doesn't have any fragments currently queued up for it 181 to transmit. The channel may still refuse a fragment; in this case 182 the fragment is queued up for the channel to transmit later. This 185 layer will tend to fragment large packets across all the channels,
|
D | ray_cs.txt | 145 up to fragment, but still, it should be fixed.
|
D | ip-sysctl.txt | 118 the fragment handler will toss packets until ipfrag_low_thresh 124 begins to remove incomplete fragment queues to free up resources. 128 Time in seconds to keep an IP fragment in memory. 135 IP address while a particular fragment queue remains incomplete, it 140 address between additions to any IP fragment queue using that source 142 lost. The existing fragment queue will be dropped, and a new one 146 result in unnecessarily dropping fragment queues when normal 162 Minimum time-to-live of entries. Should be enough to cover fragment 1244 the fragment handler will toss packets until ip6frag_low_thresh 1251 Time in seconds to keep an IPv6 fragment in memory.
|
D | timestamping.txt | 213 definition is that only the first fragment is timestamped. For 307 then only the first fragment is timestamped and returned to the sending
|
/linux-4.1.27/net/wireless/ |
D | wext-proc.c | 63 stats->discard.fragment, stats->discard.retries, in wireless_seq_printf_stats()
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_usb.h | 189 u8 fragment[2 * USB_MAX_RX_SIZE]; member
|
D | zd_usb.c | 695 ZD_ASSERT(length <= ARRAY_SIZE(rx->fragment)); in rx_urb_complete() 697 memcpy(rx->fragment, buffer, length); in rx_urb_complete() 707 ARRAY_SIZE(rx->fragment)); in rx_urb_complete() 709 memcpy(rx->fragment+rx->fragment_length, buffer, length); in rx_urb_complete() 710 handle_rx_packet(usb, rx->fragment, in rx_urb_complete()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | tx.c | 339 skb_frag_t *fragment; in efx_enqueue_skb() local 413 fragment = &skb_shinfo(skb)->frags[i]; in efx_enqueue_skb() 414 len = skb_frag_size(fragment); in efx_enqueue_skb() 418 dma_addr = skb_frag_dma_map(dma_dev, fragment, 0, len, in efx_enqueue_skb()
|
/linux-4.1.27/Documentation/xtensa/ |
D | mmu.txt | 17 This code fragment is run only on an MMU v3.
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 47 - Fixed a bug in handling of non-fragment sized writes in 16 bit/stereo mode 49 - Limited minimum fragment size with some audio devices (GUS=512 and 51 of each fragment. 155 smaller fragment size than earlier. This improves real time capabilities
|
/linux-4.1.27/drivers/atm/ |
D | ambassador.h | 446 tx_frag fragment;
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 3865 bool fragment; in skb_checksum_setup_ipv4() local 3869 fragment = false; in skb_checksum_setup_ipv4() 3878 fragment = true; in skb_checksum_setup_ipv4() 3884 if (fragment) in skb_checksum_setup_ipv4() 3916 bool fragment; in skb_checksum_setup_ipv6() local 3920 fragment = false; in skb_checksum_setup_ipv6() 3979 fragment = true; in skb_checksum_setup_ipv6() 3993 if (!done || fragment) in skb_checksum_setup_ipv6()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | dev-kmsg | 93 fragment of a line. All following fragments are flagged with
|
D | sysfs-block-zram | 151 it could free fragment space.
|
/linux-4.1.27/include/uapi/linux/ |
D | wireless.h | 732 __u32 fragment; /* Rx : Can't perform MAC reassembly */ member
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_init.c | 5330 int segments, fragment; in qla24xx_load_risc_flash() local 5373 fragment = 0; in qla24xx_load_risc_flash() 5393 fragment); in qla24xx_load_risc_flash() 5400 fragment++; in qla24xx_load_risc_flash() 5509 int i, fragment; in qla2x00_load_risc() local 5568 fragment = 0; in qla2x00_load_risc() 5585 fragment); in qla2x00_load_risc() 5592 fragment++; in qla2x00_load_risc() 5608 int segments, fragment; in qla24xx_load_risc_blob() local 5678 fragment = 0; in qla24xx_load_risc_blob() [all …]
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 134 fragment_size is the size of fragment in bytes or zero if not given. 179 specifies to invoke the write transfer only when the whole fragment is
|
D | ALSA-Configuration.txt | 2258 <fragment_size> - size of fragment in bytes or zero if auto
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | clock-bindings.txt | 124 This DT fragment defines three devices: an external oscillator to provide a
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 213 precautions. To see this, consider the following code fragment: 329 expect. Consider the following code fragment:
|
/linux-4.1.27/Documentation/crypto/ |
D | api-intro.txt | 89 across non-aligned page fragment boundaries.
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 1195 __u8 fragment:1; member 1197 __u8 fragment:1; member
|
D | sge.c | 2024 p->csum == htons(0xffff) && !p->fragment) { in rx_eth()
|
/linux-4.1.27/drivers/scsi/ |
D | 53c700.scr | 34 ; SG components is preceded by a script fragment which moves the
|
D | 53c700_d.h_shipped | 37 ; SG components is preceded by a script fragment which moves the
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | softfloat-specialize | 5 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point
|
D | softfloat-macros | 5 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | xilinx.txt | 148 attachments. Again an example; this system.mhs fragment:
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 847 \item[CDROMPLAYMSF] Play audio fragment specified in Minute, Second, 849 \item[CDROMPLAYTRKIND] Play audio fragment in track-index format 856 \item[CDROMSTOP] Stop playback of audio fragment. 857 \item[CDROMPAUSE] Pause playback of audio fragment.
|
/linux-4.1.27/Documentation/input/ |
D | alps.txt | 218 identify the first fragment of a bitmap packet.
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 1048 __u8 fragment; member
|
/linux-4.1.27/Documentation/vm/ |
D | transhuge.txt | 55 to avoid unmovable pages to fragment all the memory but such a tweak
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | main.c | 1460 wstats->discard.fragment += in __orinoco_ev_info()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_ioctl.c | 41 wstats->discard.fragment = in hostap_get_wireless_stats()
|
/linux-4.1.27/drivers/net/wireless/ |
D | atmel.c | 1050 priv->wstats.discard.fragment++; in frag_rx_path()
|
D | airo.c | 7747 local->wstats.discard.fragment = le32_to_cpu(vals[30]); in airo_read_wireless_stats()
|