Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/cluster/
Dnodemanager.c415 struct o2nm_node_attribute *o2nm_node_attr = in o2nm_node_show() local
419 if (o2nm_node_attr->show) in o2nm_node_show()
420 ret = o2nm_node_attr->show(node, page); in o2nm_node_show()
429 struct o2nm_node_attribute *o2nm_node_attr = in o2nm_node_store() local
434 if (o2nm_node_attr->store == NULL) { in o2nm_node_store()
442 ret = o2nm_node_attr->store(node, page, count); in o2nm_node_store()