Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dattr.c21 static bool chown_ok(const struct inode *inode, kuid_t uid) in chown_ok() function
81 if ((ia_valid & ATTR_UID) && !chown_ok(inode, attr->ia_uid)) in setattr_prepare()