Symbol: setattr_prepare
fs/9p/vfs_inode.c
1028
retval = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/9p/vfs_inode_dotl.c
527
retval = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/adfs/inode.c
309
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/affs/inode.c
223
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/attr.c
236
EXPORT_SYMBOL(setattr_prepare);
fs/btrfs/inode.c
5305
ret = setattr_prepare(idmap, dentry, attr);
fs/ceph/inode.c
2940
err = setattr_prepare(idmap, dentry, attr);
fs/ecryptfs/inode.c
921
rc = setattr_prepare(&nop_mnt_idmap, dentry, ia);
fs/efivarfs/inode.c
179
error = setattr_prepare(idmap, dentry, iattr);
fs/exfat/file.c
376
error = setattr_prepare(idmap, dentry, attr);
fs/ext2/inode.c
1613
error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/ext4/inode.c
5955
error = setattr_prepare(idmap, dentry, attr);
fs/f2fs/file.c
1084
err = setattr_prepare(idmap, dentry, attr);
fs/fat/file.c
533
error = setattr_prepare(idmap, dentry, attr);
fs/fuse/dir.c
2150
err = setattr_prepare(idmap, dentry, attr);
fs/gfs2/inode.c
2119
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/hfs/inode.c
634
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/hfsplus/inode.c
306
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/hostfs/hostfs_kern.c
814
err = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/hpfs/inode.c
278
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/hugetlbfs/inode.c
840
error = setattr_prepare(idmap, dentry, attr);
fs/jffs2/fs.c
199
rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/jfs/file.c
98
rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/kernfs/inode.c
123
error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/libfs.c
922
error = setattr_prepare(idmap, dentry, iattr);
fs/minix/file.c
39
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/nfsd/nfsproc.c
123
setattr_prepare(&nop_mnt_idmap, fhp->fh_dentry, iap) != 0) {
fs/nilfs2/inode.c
917
err = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/ntfs/file.c
311
err = setattr_prepare(idmap, dentry, attr);
fs/ntfs3/file.c
722
err = setattr_prepare(idmap, dentry, attr);
fs/ocfs2/dlmfs/dlmfs.c
198
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/ocfs2/file.c
1160
status = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/omfs/file.c
347
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/orangefs/inode.c
837
ret = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/overlayfs/inode.c
29
err = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/proc/base.c
714
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/proc/generic.c
127
error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/proc/proc_sysctl.c
829
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/ramfs/file-nommu.c
169
ret = setattr_prepare(&nop_mnt_idmap, dentry, ia);
fs/smb/client/inode.c
3159
rc = setattr_prepare(&nop_mnt_idmap, direntry, attrs);
fs/smb/client/inode.c
3333
rc = setattr_prepare(&nop_mnt_idmap, direntry, attrs);
fs/ubifs/file.c
1263
err = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/udf/file.c
229
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/ufs/inode.c
1205
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/xfs/xfs_iops.c
770
return setattr_prepare(idmap, dentry, iattr);
fs/zonefs/super.c
545
ret = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
include/linux/fs.h
3382
int setattr_prepare(struct mnt_idmap *, struct dentry *, struct iattr *);
mm/shmem.c
1335
error = setattr_prepare(idmap, dentry, attr);