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

/linux-master/fs/
H A Dinternal.h191 int chmod_common(const struct path *path, umode_t mode);
H A Dinit.c108 error = chmod_common(&path, mode);
H A Dopen.c633 int chmod_common(const struct path *path, umode_t mode) function
666 return chmod_common(&file->f_path, mode);
698 error = chmod_common(&path, mode);

Completed in 222 milliseconds