Home
last modified time | relevance | path

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

/linux-6.6.21/init/
Dinitramfs.c379 vfs_fchmod(wfile, mode); in do_name()
/linux-6.6.21/fs/
Dopen.c656 int vfs_fchmod(struct file *file, umode_t mode) in vfs_fchmod() function
668 err = vfs_fchmod(f.file, mode); in SYSCALL_DEFINE2()
/linux-6.6.21/include/linux/
Dfs.h1825 int vfs_fchmod(struct file *file, umode_t mode);