Home
last modified time | relevance | path

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

/linux/fs/
H A Dinit.c108 error = chmod_common(&path, mode); in init_chmod()
H A Dinternal.h192 int chmod_common(const struct path *path, umode_t mode);
H A Dopen.c627 int chmod_common(const struct path *path, umode_t mode) in chmod_common() function
660 return chmod_common(&file->f_path, mode); in vfs_fchmod()
690 error = chmod_common(&path, mode); in do_fchmodat()