Home
last modified time | relevance | path

Searched refs:nbd (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/block/
Dnbd.c82 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 …]
DMakefile31 obj-$(CONFIG_BLK_DEV_NBD) += nbd.o
DKconfig301 Read <file:Documentation/blockdev/nbd.txt> for more information,
309 module will be called nbd.
/linux-4.1.27/Documentation/blockdev/
Dnbd.txt15 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
D00-INDEX13 nbd.txt
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c204 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 …]
Dbnx2x_ethtool.c2485 tx_start_bd->nbd = cpu_to_le16(2); /* start + pbd */ in bnx2x_run_loopback()
Dbnx2x_hsi.h4356 __le16 nbd; member
/linux-4.1.27/Documentation/zh_CN/
Dmagic-number.txt98 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/
Dmagic-number.txt98 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/
Dleon_pci_grpci2.c146 unsigned int nbd; /* 0x08 Next Data Descriptor in chan */ member
/linux-4.1.27/include/uapi/linux/
DKbuild269 header-y += nbd.h
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt304 0xAB 00-1F linux/nbd.h
/linux-4.1.27/Documentation/vm/
Dfrontswap.txt193 or maybe swap-over-nbd/NFS)?
/linux-4.1.27/
DMAINTAINERS6788 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
DCREDITS2265 D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dcnic.c4932 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()