Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dfilemap.c1947 int should_remove_suid(struct dentry *dentry) in should_remove_suid() function
1968 EXPORT_SYMBOL(should_remove_suid);
1990 killsuid = should_remove_suid(dentry); in file_remove_suid()
/linux-3.4.99/fs/
Dopen.c54 ret = should_remove_suid(dentry); in do_truncate()
/linux-3.4.99/fs/ocfs2/
Dfile.c1902 if (file && should_remove_suid(file->f_path.dentry)) { in __ocfs2_change_file_space()
2135 if (should_remove_suid(dentry)) { in ocfs2_prepare_inode_for_write()
/linux-3.4.99/include/linux/
Dfs.h2339 extern int should_remove_suid(struct dentry *);