Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dopen.c613 static int do_fchmodat(int dfd, const char __user *filename, umode_t mode) in do_fchmodat() function
634 return do_fchmodat(dfd, filename, mode); in SYSCALL_DEFINE3()
639 return do_fchmodat(AT_FDCWD, filename, mode); in SYSCALL_DEFINE2()