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

12

/linux-master/fs/sysv/
H A Dfile.c38 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/minix/
H A Dfile.c31 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/jfs/
H A Dfile.c94 rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
/linux-master/fs/
H A Dattr.c31 * requirements as setattr_prepare() and setattr_copy().
143 * setattr_prepare - check if attribute changes to a dentry are allowed
163 int setattr_prepare(struct mnt_idmap *idmap, struct dentry *dentry, function
228 EXPORT_SYMBOL(setattr_prepare); variable
/linux-master/fs/udf/
H A Dfile.c220 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/ramfs/
H A Dfile-nommu.c169 ret = setattr_prepare(&nop_mnt_idmap, dentry, ia);
/linux-master/fs/omfs/
H A Dfile.c346 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/adfs/
H A Dinode.c310 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/affs/
H A Dinode.c224 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/kernfs/
H A Dinode.c123 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
/linux-master/fs/hpfs/
H A Dinode.c278 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c197 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/fat/
H A Dfile.c495 error = setattr_prepare(idmap, dentry, attr);
/linux-master/fs/exfat/
H A Dfile.c320 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/orangefs/
H A Dinode.c847 ret = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
/linux-master/fs/proc/
H A Dgeneric.c125 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
/linux-master/fs/jffs2/
H A Dfs.c199 rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr);
/linux-master/fs/overlayfs/
H A Dinode.c31 err = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/hfsplus/
H A Dinode.c251 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/hfs/
H A Dinode.c617 error = setattr_prepare(&nop_mnt_idmap, dentry,
/linux-master/fs/ecryptfs/
H A Dinode.c952 rc = setattr_prepare(&nop_mnt_idmap, dentry, ia);
/linux-master/fs/hostfs/
H A Dhostfs_kern.c811 err = setattr_prepare(&nop_mnt_idmap, dentry, attr);
/linux-master/fs/ntfs3/
H A Dfile.c686 err = setattr_prepare(idmap, dentry, attr);
/linux-master/fs/nfsd/
H A Dnfsproc.c70 * is close to now", and if setattr_prepare fails, then we
73 * We only call setattr_prepare as the last test as technically
96 setattr_prepare(&nop_mnt_idmap, fhp->fh_dentry, iap) != 0) {
/linux-master/fs/xfs/
H A Dxfs_iops.c646 return setattr_prepare(idmap, dentry, iattr);
653 * setattr_prepare() or otherwise verifying the change is fine.
782 * setattr_prepare() or otherwise verifying the change is fine.

Completed in 251 milliseconds

12