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

/linux-master/fs/
H A Dattr.c51 * setattr_should_drop_suidgid - determine whether the set{g,u}id bit needs to
65 int setattr_should_drop_suidgid(struct mnt_idmap *idmap, function
82 EXPORT_SYMBOL(setattr_should_drop_suidgid); variable
H A Dinode.c2014 mask = setattr_should_drop_suidgid(idmap, inode);
/linux-master/fs/ocfs2/
H A Dfile.c1993 if (file && setattr_should_drop_suidgid(&nop_mnt_idmap, file_inode(file))) {
2287 if (setattr_should_drop_suidgid(&nop_mnt_idmap, inode)) {
/linux-master/include/linux/
H A Dfs.h3078 extern int setattr_should_drop_suidgid(struct mnt_idmap *, struct inode *);
/linux-master/fs/fuse/
H A Dfile.c1419 setattr_should_drop_suidgid(&nop_mnt_idmap,

Completed in 130 milliseconds