Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dinit_syscalls.h9 int __init init_chmod(const char *filename, umode_t mode);
/linux-6.15/init/
H A Dinitramfs.c398 init_chmod(collected, mode); in do_name()
405 init_chmod(collected, mode); in do_name()
/linux-6.15/fs/
H A Dinit.c100 int __init init_chmod(const char *filename, umode_t mode) in init_chmod() function