Searched refs:setattr_prepare (Results 26 - 48 of 48) sorted by relevance

12

/linux-master/fs/xfs/
H A Dxfs_iops.c663 return setattr_prepare(idmap, dentry, iattr);
670 * setattr_prepare() or otherwise verifying the change is fine.
799 * setattr_prepare() or otherwise verifying the change is fine.
/linux-master/fs/overlayfs/
H A Dinode.c30 err = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/ufs/
H A Dinode.c1233 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/nilfs2/
H A Dinode.c973 err = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
/linux-master/fs/ubifs/
H A Dfile.c1282 err = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/zonefs/
H A Dsuper.c545 ret = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
/linux-master/fs/ext2/
H A Dinode.c1642 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
/linux-master/fs/gfs2/
H A Dinode.c2020 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/
H A Dlibfs.c881 error = setattr_prepare(idmap, dentry, iattr);
/linux-master/fs/hugetlbfs/
H A Dinode.c933 error = setattr_prepare(idmap, dentry, attr);
/linux-master/fs/proc/
H A Dproc_sysctl.c822 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
H A Dbase.c699 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/smb/client/
H A Dinode.c2860 rc = setattr_prepare(&nop_mnt_idmap, direntry, attrs);
3012 rc = setattr_prepare(&nop_mnt_idmap, direntry, attrs);
/linux-master/fs/fuse/
H A Ddir.c1892 err = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/bcachefs/
H A Dfs.c912 setattr_prepare(idmap, dentry, iattr);
/linux-master/fs/ocfs2/
H A Dfile.c1144 status = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/reiserfs/
H A Dinode.c3264 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/include/linux/
H A Dfs.h3366 int setattr_prepare(struct mnt_idmap *, struct dentry *, struct iattr *);
/linux-master/fs/ceph/
H A Dinode.c2816 err = setattr_prepare(idmap, dentry, attr);
/linux-master/mm/
H A Dshmem.c1162 error = setattr_prepare(idmap, dentry, attr);
/linux-master/fs/ext4/
H A Dinode.c5283 error = setattr_prepare(idmap, dentry, attr);
/linux-master/fs/f2fs/
H A Dfile.c964 err = setattr_prepare(idmap, dentry, attr);
/linux-master/fs/btrfs/
H A Dinode.c5102 err = setattr_prepare(idmap, dentry, attr);

Completed in 410 milliseconds

12