Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Ddevtmpfs.c88 struct fs_context_operations devtmpfs_context_ops = {}; variable
102 fc->ops = &devtmpfs_context_ops; in devtmpfs_init_fs_context()
463 devtmpfs_context_ops.free = fc->ops->free; in devtmpfs_configure_context()
464 devtmpfs_context_ops.dup = fc->ops->dup; in devtmpfs_configure_context()
465 devtmpfs_context_ops.parse_param = fc->ops->parse_param; in devtmpfs_configure_context()
466 devtmpfs_context_ops.parse_monolithic = fc->ops->parse_monolithic; in devtmpfs_configure_context()
467 devtmpfs_context_ops.get_tree = &devtmpfs_get_tree; in devtmpfs_configure_context()
468 devtmpfs_context_ops.reconfigure = fc->ops->reconfigure; in devtmpfs_configure_context()