Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c22 static const struct dentry_operations proc_sys_dentry_operations; variable
533 d_set_d_op(dentry, &proc_sys_dentry_operations); in proc_sys_lookup()
697 d_set_d_op(child, &proc_sys_dentry_operations); in proc_sys_fill_cache()
926 static const struct dentry_operations proc_sys_dentry_operations = { variable
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c26 static const struct dentry_operations proc_sys_dentry_operations; variable
544 d_set_d_op(dentry, &proc_sys_dentry_operations); in proc_sys_lookup()
708 d_set_d_op(child, &proc_sys_dentry_operations); in proc_sys_fill_cache()
939 static const struct dentry_operations proc_sys_dentry_operations = { variable

Completed in 6 milliseconds