Searched refs:chown_common (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | internal.h | 143 int chown_common(const struct path *path, uid_t user, gid_t group);
|
| H A D | init.c | 93 error = chown_common(&path, user, group); in init_chown()
|
| H A D | open.c | 643 int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common() function 705 error = chown_common(&path, user, group); in do_fchownat() 742 error = chown_common(&file->f_path, user, group); in vfs_fchown()
|