Searched refs:in_group_or_capable (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ |
H A D | attr.c | 46 if (!in_group_or_capable(idmap, inode, i_gid_into_vfsgid(idmap, inode))) in setattr_should_drop_sgid() 208 if (!in_group_or_capable(idmap, inode, vfsgid)) in setattr_prepare() 318 if (!in_group_or_capable(idmap, inode, in setattr_copy()
|
H A D | internal.h | 189 bool in_group_or_capable(struct mnt_idmap *idmap,
|
H A D | inode.c | 2599 bool in_group_or_capable(struct mnt_idmap *idmap, in in_group_or_capable() function 2630 if (in_group_or_capable(idmap, dir, i_gid_into_vfsgid(idmap, dir))) in mode_strip_sgid()
|