Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dopen.c620 static int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common() function
682 error = chown_common(&path, user, group); in do_fchownat()
723 error = chown_common(&f.file->f_path, user, group); in ksys_fchown()