Searched refs:dlm_node (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/dlm/ |
D | config.c | 49 struct dlm_node; 87 static ssize_t node_nodeid_read(struct dlm_node *nd, char *buf); 88 static ssize_t node_nodeid_write(struct dlm_node *nd, const char *buf, 90 static ssize_t node_weight_read(struct dlm_node *nd, char *buf); 91 static ssize_t node_weight_write(struct dlm_node *nd, const char *buf, 279 ssize_t (*show)(struct dlm_node *, char *); 280 ssize_t (*store)(struct dlm_node *, const char *, size_t); 337 struct dlm_node { struct 448 static struct dlm_node *config_item_to_node(struct config_item *i) in config_item_to_node() 450 return i ? container_of(i, struct dlm_node, item) : NULL; in config_item_to_node() [all …]
|