Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dopen.c614 static int do_fchmodat(int dfd, const char __user *filename, umode_t mode) in do_fchmodat() function
635 return do_fchmodat(dfd, filename, mode); in SYSCALL_DEFINE3()
640 return do_fchmodat(AT_FDCWD, filename, mode); in SYSCALL_DEFINE2()