Searched refs:dlm_node (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/fs/dlm/ |
D | config.c | 46 struct dlm_node; 83 static ssize_t node_nodeid_read(struct dlm_node *nd, char *buf); 84 static ssize_t node_nodeid_write(struct dlm_node *nd, const char *buf, 86 static ssize_t node_weight_read(struct dlm_node *nd, char *buf); 87 static ssize_t node_weight_write(struct dlm_node *nd, const char *buf, 234 ssize_t (*show)(struct dlm_node *, char *); 235 ssize_t (*store)(struct dlm_node *, const char *, size_t); 291 struct dlm_node { struct 401 static struct dlm_node *config_item_to_node(struct config_item *i) in config_item_to_node() 403 return i ? container_of(i, struct dlm_node, item) : NULL; in config_item_to_node() [all …]
|