Home
last modified time | relevance | path

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

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