Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 86 of 86) sorted by relevance

/linux-4.1.27/fs/hpfs/
Dalloc.c114 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument
133 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp()
138 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
157 if (n + forward >= 0x3f && le32_to_cpu(bmp[i]) != 0xffffffff) goto cont; in alloc_in_bmp()
166 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
202 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument
210 if (forward < 0) { in hpfs_alloc_sector()
211 forward = -forward; in hpfs_alloc_sector()
216 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector()
227 if (!f_p) if (forward > sbi->sb_max_fwd_alloc) forward = sbi->sb_max_fwd_alloc; in hpfs_alloc_sector()
[all …]
/linux-4.1.27/net/ax25/
Dax25_dev.c65 ax25_dev->forward = NULL; in ax25_dev_device_up()
113 if (s->forward == dev) in ax25_dev_device_down()
114 s->forward = NULL; in ax25_dev_device_down()
150 if (ax25_dev->forward != NULL) in ax25_fwd_ioctl()
152 ax25_dev->forward = fwd_dev->dev; in ax25_fwd_ioctl()
156 if (ax25_dev->forward == NULL) in ax25_fwd_ioctl()
158 ax25_dev->forward = NULL; in ax25_fwd_ioctl()
175 if (ax25_dev->forward == NULL) in ax25_fwd_dev()
178 return ax25_dev->forward; in ax25_fwd_dev()
/linux-4.1.27/net/ipv6/netfilter/
Dip6table_filter.c46 static bool forward = true; variable
47 module_param(forward, bool, 0000);
58 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in ip6table_filter_net_init()
/linux-4.1.27/net/ipv4/netfilter/
Diptable_filter.c54 static bool forward = true; variable
55 module_param(forward, bool, 0000);
66 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in iptable_filter_net_init()
/linux-4.1.27/drivers/scsi/
Dscript_asm.pl270 $forward{$symbol} = "line $lineno : $_";
404 delete $forward{$1}; # an array of longs
422 delete $forward{$id};
444 delete $forward{$external};
794 @undefined = keys %forward;
798 print STDERR "$undef in $forward{$undef}\n";
Dst.c670 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() argument
677 if (forward) { in cross_eof()
685 forward ? "forward" : "backward"); in cross_eof()
699 forward ? "forward" : "backward"); in cross_eof()
Dosst.c2854 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) in cross_eof() argument
2862 name, forward ? "forward" : "backward"); in cross_eof()
2865 if (forward) { in cross_eof()
2875 name, forward ? "forward" : "backward"); in cross_eof()
/linux-4.1.27/net/bridge/
Dbr_input.c267 goto forward; in br_handle_frame()
277 goto forward; in br_handle_frame()
290 forward: in br_handle_frame()
DKconfig43 forward multicast traffic based on IGMP/MLD traffic received from
57 receive and forward traffic based on VLAN information in the packet
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_driver.c1371 struct uvc_entity *forward; in uvc_scan_chain_forward() local
1375 forward = NULL; in uvc_scan_chain_forward()
1379 forward = uvc_entity_by_reference(chain->dev, entity->id, in uvc_scan_chain_forward()
1380 forward); in uvc_scan_chain_forward()
1381 if (forward == NULL) in uvc_scan_chain_forward()
1383 if (forward == prev) in uvc_scan_chain_forward()
1386 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward()
1388 if (forward->bNrInPins != 1) { in uvc_scan_chain_forward()
1395 list_add_tail(&forward->chain, &chain->entities); in uvc_scan_chain_forward()
1400 printk(" XU %d", forward->id); in uvc_scan_chain_forward()
[all …]
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt498 flag set. This action atomically moves the head page forward.
564 The way the head page moves forward:
567 and more writes take place, the head page must be moved forward before the
614 After the head page has been moved, the tail page may now move forward.
654 If the tail page were to simply push the head page forward, the commit when
674 In the pushing forward of the tail page we must first push forward
686 page. If this fails, a nested write pushed it forward, the current write
701 Nested write comes in and moves the tail page forward:
713 been moved forward, the writer will just try again to reserve storage
814 The nested writer moves the tail page forward. But does not set the old
[all …]
/linux-4.1.27/drivers/isdn/i4l/
DKconfig109 Supported options are CD (call deflection), CFU (Call forward
110 unconditional), CFB (Call forward when busy) and CFNR (call forward
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_btree.c1122 int forward; in xfs_da3_node_toosmall() local
1155 forward = (info->forw != 0); in xfs_da3_node_toosmall()
1157 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall()
1181 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall()
1182 for (i = 0; i < 2; forward = !forward, i++) { in xfs_da3_node_toosmall()
1184 if (forward) in xfs_da3_node_toosmall()
1213 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall()
1216 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall()
1815 int forward, in xfs_da3_path_shift() argument
1847 if (forward && (blk->index < nodehdr.count - 1)) { in xfs_da3_path_shift()
[all …]
Dxfs_dir2_node.c1384 int forward; /* sibling block direction */ in xfs_dir2_leafn_toosmall() local
1423 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall()
1425 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall()
1439 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall()
1440 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) { in xfs_dir2_leafn_toosmall()
1443 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall()
1488 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall()
1491 error = xfs_da3_path_shift(state, &state->path, forward, 0, in xfs_dir2_leafn_toosmall()
Dxfs_da_btree.h181 int forward, int release, int *result);
Dxfs_attr_leaf.c1751 int forward; in xfs_attr3_leaf_toosmall() local
1785 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall()
1787 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall()
1807 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall()
1808 for (i = 0; i < 2; forward = !forward, i++) { in xfs_attr3_leaf_toosmall()
1810 if (forward) in xfs_attr3_leaf_toosmall()
1845 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall()
1848 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
/linux-4.1.27/drivers/staging/slicoss/
DTODO19 - reorder code to elminate use of forward declarations
/linux-4.1.27/Documentation/hid/
Duhid.txt67 UHID_GET_REPORT and UHID_SET_REPORT events and requires you to forward them to
68 the device on the control channel. Once the device responds, you must forward
162 device on the interrupt channel. You should read the payload and forward it to
173 Once you read a GET_REPORT request, you shall forward it to the hid device and
Dhid-transport.txt165 does not require transport drivers to forward this acknowledgement to HID
/linux-4.1.27/Documentation/devicetree/bindings/iio/
Dst-sensors.txt3 The STMicroelectronics sensor devices are pretty straight-forward I2C or
/linux-4.1.27/include/net/
Ddn_dev.h104 __u8 forward; member
Dax25.h218 struct net_device *forward; member
/linux-4.1.27/Documentation/networking/
Dopenvswitch.txt38 To support this forward and backward compatibility, whenever the
57 forward the packet manually, without setting up a flow in the
150 Some care is needed to really maintain forward and backward
211 can always forward all packets with those values to userspace and
Dradiotap-headers.txt32 forward 4 bytes each time.
Dipvs-sysctl.txt67 If it is enabled, forward packets to the original destination
Dspider_net.txt166 and there can be no forward progress; the OS thinks there's nothing
Dpacket_mmap.txt87 socket creation and destruction is straight forward, and is done
131 Socket creation and destruction is also straight forward, and is done
Dscaling.txt142 explicitly configured. The list of CPUs to which RPS may forward traffic
Dip-sysctl.txt997 BOOTP relay daemon will catch and forward such packets.
1266 to control which interfaces may forward packets and which not.
Dbonding.txt917 IGMP report must be issued to cause the switch to forward the incoming
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_hw.h211 u8 forward; member
/linux-4.1.27/Documentation/blockdev/
Dmflash.txt33 Working mflash is very straight forward. Adding platform device stuff to board
/linux-4.1.27/drivers/net/ethernet/ti/
Dtlan.c1090 tail_list->forward = 0; in tlan_start_tx()
1116 (priv->tx_list + (TLAN_NUM_TX_LISTS - 1))->forward in tlan_start_tx()
1119 (priv->tx_list + (priv->tx_tail - 1))->forward in tlan_start_tx()
1550 head_list->forward = 0; in tlan_handle_rx_eof()
1553 tail_list->forward = head_list_phys; in tlan_handle_rx_eof()
1957 list->forward = list_phys + sizeof(struct tlan_list); in tlan_reset_lists()
1965 list->forward = 0; in tlan_reset_lists()
2066 pr_info(" Forward = 0x%08x\n", list->forward); in tlan_print_list()
Dtlan.h143 u32 forward; member
/linux-4.1.27/net/mac80211/
Dmesh_hwmp.c522 bool forward = true; in hwmp_preq_frame_process() local
540 forward = false; in hwmp_preq_frame_process()
582 forward = false; in hwmp_preq_frame_process()
602 if (forward && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process()
/linux-4.1.27/Documentation/rapidio/
Dtsi721.txt15 For inbound messages this driver uses destination ID matching to forward messages
/linux-4.1.27/net/decnet/
Ddn_neigh.c285 sp->forward = cb->hops & 0x3f; in dn_short_output()
326 sp->forward = cb->hops & 0x3f; in dn_phase3_output()
/linux-4.1.27/Documentation/misc-devices/
Dbh1770glc.txt33 interrupts the delayed work is pushed forward. So, when proximity level goes
/linux-4.1.27/Documentation/s390/
D3270.txt245 PF11 rotates forward. You may assign the backward function to any PF
249 performs the forward function. (Rationale: In bash with vi-mode line
250 editing, ESC-k and ESC-j retrieve backward and forward history.
DDebugging390.txt1363 ethernet, this architecture is also designed to be forward compatible with
/linux-4.1.27/drivers/input/mouse/
Dalps.c250 int back = 0, forward = 0; in alps_process_packet_v1_v2() local
270 forward = packet[2] & 4; in alps_process_packet_v1_v2()
275 forward = packet[2] & 4; in alps_process_packet_v1_v2()
276 if ((middle = forward && back)) in alps_process_packet_v1_v2()
277 forward = back = 0; in alps_process_packet_v1_v2()
337 input_report_key(dev, BTN_FORWARD, forward); in alps_process_packet_v1_v2()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-fcoe74 (Ethernet) packets, unpack them, and forward the embedded
/linux-4.1.27/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt68 First what they have in common: they forward a configurable portion of
79 don't touch it from Linux; it's usually set to forward a 2GB
84 ignores that however and will forward in that space if we try).
Dqe_firmware.txt184 embedded into the structure itself. To ensure forward and backwards
Deeh-pci-error-recovery.txt332 There's forward progress ...
/linux-4.1.27/Documentation/development-process/
D7.AdvancedTopics41 remote branches, the index, fast-forward merges, pushes and pulls, detached
88 you try to push changes which do not result in a fast-forward merge
D6.Followthrough185 either forward it on to the subsystem maintainer (be sure to include a
D4.Coding191 step forward and two steps back?
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-usb128 can be trusted, and can be used to seek forward one (sub)
Dsysfs-class-ubi20 future backward-compatible (but forward-incompatible)
/linux-4.1.27/Documentation/hwmon/
Dsubmitting-patches64 * Avoid forward declarations if you can. Rearrange the code if necessary.
Dw83791d109 going forward.
/linux-4.1.27/net/
DKconfig134 replies, the Linux box will silently forward the traffic to the
144 box can transparently forward the traffic to a local server,
/linux-4.1.27/Documentation/device-mapper/
Dswitch.txt38 members forward it as necessary, but there is a performance advantage to
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt70 Direction: 0=forward, 1=reverse
/linux-4.1.27/Documentation/filesystems/
Dsharedsubtree.txt119 2c) A private mount does not forward or receive propagation.
268 propagation events and does not forward propagation events.
300 receive or forward any propagation events.
305 receive or forward any propagation events and cannot
Df2fs.txt108 disable_roll_forward Disable the roll-forward recovery routine
109 norecovery Disable the roll-forward recovery routine, mounted read-
Dxfs-delayed-logging-design.txt42 This relogging technique also allows objects to be moved forward in the log so
44 moving forward. This can be seen in the table above by the changing
55 removal operation. This keeps them moving forward in the log as the operation
259 and then moved forward in the AIL when the log buffer IO completes for that
Dsysfs.txt188 This allows userspace to do partial reads and forward seeks
Dseq_file.txt111 move the iterator forward to the next position in the sequence. The
/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt217 linux-watchdog@vger.kernel.org. We are looking forward to it :)
/linux-4.1.27/Documentation/scheduler/
Dsched-rt-group.txt32 forward progress (NOTE: the migration thread and kstopmachine both
/linux-4.1.27/Documentation/driver-model/
Ddriver.txt103 define generic callbacks that forward the call to the bus-specific
Dporting.txt289 forward call to the bus-specific drivers. For instance:
/linux-4.1.27/Documentation/
Dworkqueue.txt163 forward progress guarantee, flush and work item attributes. @flags
339 * A wq serves as a domain for forward progress guarantee
Dparport-lowlevel.txt705 works for modes that support forward data transfer.
Ddevices.txt78 situation where we would have to suffer an incompatible forward
/linux-4.1.27/Documentation/scsi/
Dst.txt303 MTFSF Space forward over count filemarks. Tape positioned after filemark.
308 MTFSR Space forward over count records.
310 MTFSS Space forward over count setmarks.
DChangeLog.lpfc693 change is supported by scsi-target-2.6 kernel and forward only.
1057 definition. This removes the need for the cruft of forward
1086 * Removed the forward declarations of the sli functions and
/linux-4.1.27/kernel/locking/
Dlockdep.c998 int forward) in __bfs() argument
1011 if (forward) in __bfs()
1032 if (forward) in __bfs()
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt279 straight-forward, most bits can be converted directly into MFPR value
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-cache.txt79 bpp should be moved forward over the encoded message,
/linux-4.1.27/Documentation/fb/
Dapi.txt300 For forward compatibility reasons applications must zero those fields, and
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt52 fumbles. Neglecting these will make backward and forward compatibility a real
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt46 Acquire context: To ensure eventual forward progress it is important the a task
/linux-4.1.27/Documentation/sound/alsa/
DSB-Live-mixer.txt19 (index 0) for a given card) allows to forward 48kHz, stereo, 16-bit
/linux-4.1.27/Documentation/input/
Dsentelic.txt341 Bit4 => 4th mouse button(forward one page)
371 Bit4 => 4th mouse button(forward one page)
/linux-4.1.27/net/ipv6/
Dip6mr.c2108 goto forward; in ip6_mr_forward()
2133 forward: in ip6_mr_forward()
/linux-4.1.27/net/ipv4/
Dipmr.c1835 goto forward; in ip_mr_forward()
1875 forward: in ip_mr_forward()
/linux-4.1.27/arch/s390/kernel/
Dentry.S103 larl %r9,sie_exit # skip forward to sie_exit
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt435 carried forward by default. The pages allocated from the original cgroup still
/linux-4.1.27/Documentation/power/
Ddevices.txt182 wakeup requests on their own but merely forward wakeup requests from one bus to
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES164 has backslash (not forward slash) between ip address of server
/linux-4.1.27/Documentation/block/
Dbiodoc.txt806 Most of the above is simple and straight forward, however busy_list may need
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS43 look forward into this document.
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3251 To find where in handle_mm_fault this is, I'll jump forward in the