Searched refs:nbd (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | nbd.c | 82 static inline struct device *nbd_to_dev(struct nbd_device *nbd) in nbd_to_dev() argument 84 return disk_to_dev(nbd->disk); in nbd_to_dev() 99 static void nbd_end_request(struct nbd_device *nbd, struct request *req) in nbd_end_request() argument 105 dev_dbg(nbd_to_dev(nbd), "request %p: %s\n", req, in nbd_end_request() 116 static void sock_shutdown(struct nbd_device *nbd, int lock) in sock_shutdown() argument 119 mutex_lock(&nbd->tx_lock); in sock_shutdown() 120 if (nbd->sock) { in sock_shutdown() 121 dev_warn(disk_to_dev(nbd->disk), "shutting down socket\n"); in sock_shutdown() 122 kernel_sock_shutdown(nbd->sock, SHUT_RDWR); in sock_shutdown() 123 nbd->sock = NULL; in sock_shutdown() [all …]
|
D | Makefile | 31 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
|
D | Kconfig | 301 Read <file:Documentation/blockdev/nbd.txt> for more information, 309 module will be called nbd.
|
/linux-4.1.27/Documentation/blockdev/ |
D | nbd.txt | 15 For more information, or to download the nbd-client and nbd-server 16 tools, go to http://nbd.sf.net/. 18 The nbd kernel module need only be installed on the client 19 system, as the nbd-server is completely in userspace. In fact, 20 the nbd-server has been successfully ported to other operating
|
D | 00-INDEX | 13 nbd.txt
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 204 int nbd; in bnx2x_free_tx_pkt() local 215 nbd = le16_to_cpu(tx_start_bd->nbd) - 1; in bnx2x_free_tx_pkt() 217 if ((nbd - 1) > (MAX_SKB_FRAGS + 2)) { in bnx2x_free_tx_pkt() 222 new_cons = nbd + tx_buf->first_bd; in bnx2x_free_tx_pkt() 228 --nbd; in bnx2x_free_tx_pkt() 233 --nbd; in bnx2x_free_tx_pkt() 241 --nbd; in bnx2x_free_tx_pkt() 251 while (nbd > 0) { in bnx2x_free_tx_pkt() 256 if (--nbd) in bnx2x_free_tx_pkt() 3731 int nbd, txq_index; in bnx2x_start_xmit() local [all …]
|
D | bnx2x_ethtool.c | 2485 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
|
D | bnx2x_hsi.h | 4356 __le16 nbd; member
|
/linux-4.1.27/Documentation/zh_CN/ |
D | magic-number.txt | 98 NBD_REQUEST_MAGIC 0x12560953 nbd_request include/linux/nbd.h 133 LO_MAGIC 0x68797548 nbd_device include/linux/nbd.h 139 NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
|
/linux-4.1.27/Documentation/ |
D | magic-number.txt | 98 NBD_REQUEST_MAGIC 0x12560953 nbd_request include/linux/nbd.h 133 LO_MAGIC 0x68797548 nbd_device include/linux/nbd.h 139 NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
|
/linux-4.1.27/arch/sparc/kernel/ |
D | leon_pci_grpci2.c | 146 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
|
/linux-4.1.27/include/uapi/linux/ |
D | Kbuild | 269 header-y += nbd.h
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 304 0xAB 00-1F linux/nbd.h
|
/linux-4.1.27/Documentation/vm/ |
D | frontswap.txt | 193 or maybe swap-over-nbd/NFS)?
|
/linux-4.1.27/ |
D | MAINTAINERS | 6788 L: nbd-general@lists.sourceforge.net 6789 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git 6790 F: Documentation/blockdev/nbd.txt 6791 F: drivers/block/nbd.c 6792 F: include/linux/nbd.h 6793 F: include/uapi/linux/nbd.h
|
D | CREDITS | 2265 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic.c | 4932 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()
|