Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dattr.c34 static bool chgrp_ok(const struct inode *inode, kgid_t gid) in chgrp_ok() function
85 if ((ia_valid & ATTR_GID) && !chgrp_ok(inode, attr->ia_gid)) in setattr_prepare()