Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dinternal.h143 int chown_common(const struct path *path, uid_t user, gid_t group);
H A Dinit.c93 error = chown_common(&path, user, group); in init_chown()
H A Dopen.c642 int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common() function
704 error = chown_common(&path, user, group); in do_fchownat()
741 error = chown_common(&file->f_path, user, group); in vfs_fchown()
/kernel/linux/linux-6.6/fs/
H A Dinternal.h181 int chown_common(const struct path *path, uid_t user, gid_t group);
H A Dinit.c93 error = chown_common(&path, user, group); in init_chown()
H A Dopen.c748 int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common() function
814 error = chown_common(&path, user, group); in do_fchownat()
851 error = chown_common(&file->f_path, user, group); in vfs_fchown()

Completed in 6 milliseconds