Searched refs:dsk (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/fs/ |
H A D | mount.h | 48 const char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */
|
/linux-4.4.14/lib/ |
H A D | kobject_uevent.c | 90 static int kobj_bcast_filter(struct sock *dsk, struct sk_buff *skb, void *data) kobj_bcast_filter() argument 105 sock_ns = ops->netlink_ns(dsk); kobj_bcast_filter()
|
/linux-4.4.14/include/linux/ |
H A D | netlink.h | 87 int (*filter)(struct sock *dsk, struct sk_buff *skb, void *data),
|
/linux-4.4.14/drivers/block/ |
H A D | cpqarray.c | 166 static int ida_ctlr_ioctl(ctlr_info_t *h, int dsk, ida_ioctl_t *io); 1234 static int ida_ctlr_ioctl(ctlr_info_t *h, int dsk, ida_ioctl_t *io) ida_ctlr_ioctl() argument 1245 c->hdr.unit = (io->unit & UNITVALID) ? (io->unit & ~UNITVALID) : dsk; ida_ctlr_ioctl()
|
/linux-4.4.14/net/netlink/ |
H A D | af_netlink.c | 1995 int (*tx_filter)(struct sock *dsk, struct sk_buff *skb, void *data); 2078 int (*filter)(struct sock *dsk, struct sk_buff *skb, void *data), netlink_broadcast_filtered() 2076 netlink_broadcast_filtered(struct sock *ssk, struct sk_buff *skb, u32 portid, u32 group, gfp_t allocation, int (*filter)(struct sock *dsk, struct sk_buff *skb, void *data), void *filter_data) netlink_broadcast_filtered() argument
|
Completed in 182 milliseconds