| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | nbd.c | 66 struct nbd_device *nbd; member 127 struct nbd_device *nbd; member 141 #define nbd_name(nbd) ((nbd)->disk->disk_name) argument 151 static int nbd_dev_dbg_init(struct nbd_device *nbd); 152 static void nbd_dev_dbg_close(struct nbd_device *nbd); 153 static void nbd_config_put(struct nbd_device *nbd); 157 static void nbd_disconnect_and_put(struct nbd_device *nbd); 159 static inline struct device *nbd_to_dev(struct nbd_device *nbd) in nbd_to_dev() argument 161 return disk_to_dev(nbd->disk); in nbd_to_dev() 209 struct nbd_device *nbd = (struct nbd_device *)disk->private_data; in pid_show() local [all …]
|
| H A D | Makefile | 28 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
|
| H A D | Kconfig | 280 Read <file:Documentation/admin-guide/blockdev/nbd.rst> for more information, 288 module will be called nbd.
|
| /OK3568_Linux_fs/buildroot/package/nbd/ |
| H A D | nbd.mk | 8 NBD_SOURCE = nbd-$(NBD_VERSION).tar.xz 9 NBD_SITE = http://downloads.sourceforge.net/project/nbd/nbd/$(NBD_VERSION) 24 NBD_TOREMOVE += /usr/sbin/nbd-client 27 NBD_TOREMOVE += /usr/bin/nbd-server 30 NBD_TOREMOVE += /usr/bin/nbd-trdump
|
| H A D | nbd.hash | 1 # From http://sourceforge.net/projects/nbd/files/nbd/3.21/ 2 md5 c51c4c500fe1ed84c3d5d5dd2ca71d23 nbd-3.21.tar.xz 3 sha1 88c3296d43d20d7bda97e0f1bab0243a4f6fa880 nbd-3.21.tar.xz 6 sha256 e7688af39d91733bbcd2db08062c44fe503d004e51528740139c44aff6a6bef9 nbd-3.21.tar.xz
|
| H A D | Config.in | 2 bool "nbd" 11 http://nbd.sf.net/ 16 bool "nbd client" 22 bool "nbd server" 27 bool "nbd trdump" 33 comment "nbd needs a toolchain w/ wchar, threads"
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/ |
| H A D | nbd.rst | 16 For more information, or to download the nbd-client and nbd-server 17 tools, go to http://nbd.sf.net/. 19 The nbd kernel module need only be installed on the client 20 system, as the nbd-server is completely in userspace. In fact, 21 the nbd-server has been successfully ported to other operating
|
| H A D | index.rst | 11 nbd
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/ |
| H A D | init | 28 /dev/nbd*|/dev/nd[a-z]*|/dev/etherd/e*) 49 /dev/nbd*|/dev/nd[a-z]*|/dev/etherd/e*)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-networking.bb | 222 nbd-client \ 223 nbd-server \ 224 nbd-trdump \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_fp.c | 132 int nbd, bool data_split) in qede_free_failed_tx_pkt() argument 149 nbd--; in qede_free_failed_tx_pkt() 156 for (i = 0; i < nbd; i++) { in qede_free_failed_tx_pkt() 1504 u8 nbd = 0; in qede_start_xmit() local 1554 nbd++; in qede_start_xmit() 1565 nbd++; in qede_start_xmit() 1570 nbd++; in qede_start_xmit() 1685 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit() 1699 for (; frag_idx < skb_shinfo(skb)->nr_frags; frag_idx++, nbd++) { in qede_start_xmit() 1709 qede_free_failed_tx_pkt(txq, first_bd, nbd, data_split); in qede_start_xmit() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | magic-number.rst | 94 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h`` 127 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h`` 133 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.c | 203 int nbd; in bnx2x_free_tx_pkt() local 214 nbd = le16_to_cpu(tx_start_bd->nbd) - 1; in bnx2x_free_tx_pkt() 216 if ((nbd - 1) > (MAX_SKB_FRAGS + 2)) { in bnx2x_free_tx_pkt() 221 new_cons = nbd + tx_buf->first_bd; in bnx2x_free_tx_pkt() 227 --nbd; in bnx2x_free_tx_pkt() 232 --nbd; in bnx2x_free_tx_pkt() 240 --nbd; in bnx2x_free_tx_pkt() 250 while (nbd > 0) { in bnx2x_free_tx_pkt() 255 if (--nbd) in bnx2x_free_tx_pkt() 3756 int nbd, txq_index; in bnx2x_start_xmit() local [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nbd/ |
| H A D | nbd_3.20.bb | 2 HOMEPAGE = "http://nbd.sourceforge.net"
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | magic-number.rst | 105 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h`` 138 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h`` 144 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | magic-number.rst | 111 NBD_REQUEST_MAGIC 0x12560953 nbd_request ``include/linux/nbd.h`` 144 LO_MAGIC 0x68797548 nbd_device ``include/linux/nbd.h`` 150 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | nbd.h | 3 #define TRACE_SYSTEM nbd
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | bcm4709-buffalo-wxr-1900dhp.dts | 6 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …nbd-netlink.h rose.h tipc_config.h if_fddi.h wimax.h ip_vs.h ipx.h btrfs_tree.h netconf.h rxrpc.h …
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …nbd-netlink.h rose.h tipc_config.h if_fddi.h wimax.h ip_vs.h ipx.h btrfs_tree.h netconf.h rxrpc.h …
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | leon_pci_grpci2.c | 147 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
|
| /OK3568_Linux_fs/u-boot/board/freescale/m5373evb/ |
| H A D | README | 287 nbd: registered device at major 43
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 401 mbedtls, monit, mono, mosquitto, mpd, mpg123, mpv, nbd, 671 mbedtls, monit, mono, mosquitto, mpd, mpg123, mpv, nbd, neard, 712 mutt, nasm, nbd, netperf, netsurf, nginx, odb, opencv3, 2721 lua-sdl2, lxc, minizip, mjpegtools, mongoose, mono, nbd, 6033 mesa3d, mpd, mplayer, nbd, ncftp, ntp, openssh, opentyrian, 6898 musepack, musl, mysql, nano, nasm, nbd, neard, netatalk, 7335 linux, lirc-tools, lrzsz, mono, mosh, mpd, msmtp, nbd, 7582 lttng-libust, nbd, ncurses, nmap, php, postgresql, python, 7727 mplayer, musl, nano, nbd, ncftp, ncmpc, ncurses, ne10, neard, 8091 musepack, musl, mutt, mxml, mysql, nano, nanocom, nbd, ncftp, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | frontswap.rst | 208 or maybe swap-over-nbd/NFS)?
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 327 0xAB 00-1F linux/nbd.h
|