Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dopen.c600 static int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common() function
662 error = chown_common(&path, user, group); in do_fchownat()
703 error = chown_common(&f.file->f_path, user, group); in ksys_fchown()