Home
last modified time | relevance | path

Searched refs:nds (Results 1 – 6 of 6) sorted by relevance

/linux/fs/dlm/
H A Dconfig.c282 struct dlm_nodes *nds; member
466 struct dlm_nodes *nds = NULL; in make_space() local
469 nds = kzalloc(sizeof(struct dlm_nodes), GFP_NOFS); in make_space()
471 if (!sp || !nds) in make_space()
476 config_group_init_type_name(&nds->ns_group, "nodes", &nodes_type); in make_space()
477 configfs_add_default_group(&nds->ns_group, &sp->group); in make_space()
482 sp->nds = nds; in make_space()
487 kfree(nds); in make_space()
504 kfree(sp->nds); in release_space()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h109 __be32 nds; member
/linux/drivers/scsi/pm8001/
H A Dpm8001_hwi.h485 __le32 nds; member
H A Dpm80xx_hwi.h720 __le32 nds; member
H A Dpm8001_hwi.c2861 u8 nds = le32_to_cpu(pPayload->pds_nds) & NDS_BITS; in pm8001_mpi_set_dev_state_resp() local
2865 device_id, pds, nds, status); in pm8001_mpi_set_dev_state_resp()
4716 payload.nds = cpu_to_le32(state); in pm8001_chip_set_dev_state_req()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1508 const void *nds = &ndc->eth_stats; in netvsc_get_ethtool_stats() local
1525 data[i] = *(unsigned long *)(nds + netvsc_stats[i].offset); in netvsc_get_ethtool_stats()