Home
last modified time | relevance | path

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

/linux-4.4.14/fs/proc/
Dproc_sysctl.c16 static const struct dentry_operations proc_sys_dentry_operations; variable
506 d_set_d_op(dentry, &proc_sys_dentry_operations); in proc_sys_lookup()
637 d_set_d_op(child, &proc_sys_dentry_operations); in proc_sys_fill_cache()
856 static const struct dentry_operations proc_sys_dentry_operations = { variable