Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dfilemap_xip.c425 ret = file_remove_suid(filp); in xip_file_write()
Dfilemap.c1978 int file_remove_suid(struct file *file) in file_remove_suid() function
2004 EXPORT_SYMBOL(file_remove_suid);
2527 err = file_remove_suid(file); in __generic_file_aio_write()
/linux-3.4.99/fs/xfs/
Dxfs_file.c640 return file_remove_suid(file); in xfs_file_aio_write_checks()
/linux-3.4.99/fs/
Dsplice.c1010 ret = file_remove_suid(out); in generic_file_splice_write()
/linux-3.4.99/fs/btrfs/
Dfile.c1389 err = file_remove_suid(file); in btrfs_file_aio_write()
/linux-3.4.99/fs/ntfs/
Dfile.c2096 err = file_remove_suid(file); in ntfs_file_aio_write_nolock()
/linux-3.4.99/include/linux/
Dfs.h2340 extern int file_remove_suid(struct file *);
/linux-3.4.99/fs/fuse/
Dfile.c967 err = file_remove_suid(file); in fuse_file_aio_write()