Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dinternal.h52 extern const struct fs_context_operations legacy_fs_context_ops;
Dfs_context.c637 const struct fs_context_operations legacy_fs_context_ops = { variable
655 fc->ops = &legacy_fs_context_ops; in legacy_init_fs_context()
Dfsopen.c372 if (fc->ops == &legacy_fs_context_ops) { in SYSCALL_DEFINE5()