Symbol: setattr_prepare
fs/9p/vfs_inode.c
1022
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
310
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/affs/inode.c
224
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/attr.c
236
EXPORT_SYMBOL(setattr_prepare);
fs/btrfs/inode.c
5489
ret = setattr_prepare(idmap, dentry, attr);
fs/ceph/inode.c
2898
err = setattr_prepare(idmap, dentry, attr);
fs/ecryptfs/inode.c
938
rc = setattr_prepare(&nop_mnt_idmap, dentry, ia);
fs/efivarfs/inode.c
179
error = setattr_prepare(idmap, dentry, iattr);
fs/exfat/file.c
312
error = setattr_prepare(idmap, dentry, attr);
fs/ext2/inode.c
1653
error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/ext4/inode.c
5815
error = setattr_prepare(idmap, dentry, attr);
fs/f2fs/file.c
1076
err = setattr_prepare(idmap, dentry, attr);
fs/fat/file.c
496
error = setattr_prepare(idmap, dentry, attr);
fs/fuse/dir.c
2154
err = setattr_prepare(idmap, dentry, attr);
fs/gfs2/inode.c
2117
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/hfs/inode.c
649
error = setattr_prepare(&nop_mnt_idmap, dentry,
fs/hfsplus/inode.c
272
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
872
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
124
error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/libfs.c
923
error = setattr_prepare(idmap, dentry, iattr);
fs/minix/file.c
31
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/ntfs3/file.c
737
err = setattr_prepare(idmap, dentry, attr);
fs/ocfs2/dlmfs/dlmfs.c
198
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/ocfs2/file.c
1155
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
819
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
733
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/proc/generic.c
125
error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
fs/proc/proc_sysctl.c
830
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
3118
rc = setattr_prepare(&nop_mnt_idmap, direntry, attrs);
fs/smb/client/inode.c
3290
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
222
error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
fs/ufs/inode.c
1206
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
3361
int setattr_prepare(struct mnt_idmap *, struct dentry *, struct iattr *);
mm/shmem.c
1325
error = setattr_prepare(idmap, dentry, attr);