Home
last modified time | relevance | path

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

/linux-6.15/net/
H A Dsysctl_net.c75 .set_ownership = net_ctl_set_ownership,
/linux-6.15/ipc/
H A Dmq_sysctl.c114 .set_ownership = mq_set_ownership,
H A Dipc_sysctl.c242 .set_ownership = ipc_set_ownership,
/linux-6.15/include/linux/
H A Dsysctl.h205 void (*set_ownership)(struct ctl_table_header *head, member
/linux-6.15/kernel/
H A Dpid.c717 .set_ownership = pid_table_root_set_ownership,
/linux-6.15/fs/proc/
H A Dproc_sysctl.c492 if (root->set_ownership) in proc_sys_make_inode()
493 root->set_ownership(head, &inode->i_uid, &inode->i_gid); in proc_sys_make_inode()