Searched refs:setattr_should_drop_sgid (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/
H A Dattr.c23 * setattr_should_drop_sgid - determine whether the setgid bit needs to be
35 int setattr_should_drop_sgid(struct mnt_idmap *idmap, function
48 EXPORT_SYMBOL(setattr_should_drop_sgid); variable
75 kill |= setattr_should_drop_sgid(idmap, inode);
H A Dopen.c783 setattr_should_drop_sgid(idmap, inode);
/linux-master/fs/nfs/
H A Dinode.c722 if (setattr_should_drop_sgid(&nop_mnt_idmap, inode))
/linux-master/fs/nfsd/
H A Dvfs.c410 setattr_should_drop_sgid(&nop_mnt_idmap, inode);
/linux-master/include/linux/
H A Dfs.h3081 int setattr_should_drop_sgid(struct mnt_idmap *idmap,

Completed in 544 milliseconds