Home
last modified time | relevance | path

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

/linux-6.15/init/
H A Dinitramfs.c390 vfs_fchmod(wfile, mode); in do_name()
/linux-6.15/fs/
H A Dopen.c657 int vfs_fchmod(struct file *file, umode_t mode) in vfs_fchmod() function
670 return vfs_fchmod(fd_file(f), mode); in SYSCALL_DEFINE2()
/linux-6.15/include/linux/
H A Dfs.h2037 int vfs_fchmod(struct file *file, umode_t mode);