Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsysctl.h242 extern struct ctl_table_header *register_sysctl_mount_point(const char *path);
266 static inline struct ctl_table_header *register_sysctl_mount_point(const char *path) in register_sysctl_mount_point() function
/openbmc/linux/lib/
H A Dtest_sysctl.c206 = register_sysctl_mount_point("debug/test_sysctl/mnt"); in test_sysctl_run_register_mount_point()
/openbmc/linux/fs/
H A Dfile_table.c148 hdr = register_sysctl_mount_point("fs/binfmt_misc"); in init_fs_stat_sysctls()
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c45 struct ctl_table_header *register_sysctl_mount_point(const char *path) in register_sysctl_mount_point() function
49 EXPORT_SYMBOL(register_sysctl_mount_point);