Home
last modified time | relevance | path

Searched refs:setattr_prepare (Results 1 – 25 of 47) sorted by relevance

12

/Linux-v4.19/fs/minix/
Dfile.c30 error = setattr_prepare(dentry, attr); in minix_setattr()
/Linux-v4.19/fs/sysv/
Dfile.c37 error = setattr_prepare(dentry, attr); in sysv_setattr()
/Linux-v4.19/fs/
Dattr.c61 int setattr_prepare(struct dentry *dentry, struct iattr *attr) in setattr_prepare() function
117 EXPORT_SYMBOL(setattr_prepare);
Dlibfs.c404 error = setattr_prepare(dentry, iattr); in simple_setattr()
/Linux-v4.19/fs/jfs/
Dfile.c106 rc = setattr_prepare(dentry, iattr); in jfs_setattr()
/Linux-v4.19/fs/ramfs/
Dfile-nommu.c172 ret = setattr_prepare(dentry, ia); in ramfs_nommu_setattr()
/Linux-v4.19/fs/udf/
Dfile.c263 error = setattr_prepare(dentry, attr); in udf_setattr()
/Linux-v4.19/fs/adfs/
Dinode.c306 error = setattr_prepare(dentry, attr); in adfs_notify_change()
/Linux-v4.19/fs/kernfs/
Dinode.c122 error = setattr_prepare(dentry, iattr); in kernfs_iop_setattr()
/Linux-v4.19/fs/omfs/
Dfile.c352 error = setattr_prepare(dentry, attr); in omfs_setattr()
/Linux-v4.19/fs/orangefs/
Dinode.c218 ret = setattr_prepare(dentry, iattr); in orangefs_setattr()
/Linux-v4.19/fs/hpfs/
Dinode.c277 error = setattr_prepare(dentry, attr); in hpfs_setattr()
/Linux-v4.19/fs/affs/
Dinode.c226 error = setattr_prepare(dentry, attr); in affs_notify_change()
/Linux-v4.19/fs/fat/
Dfile.c487 error = setattr_prepare(dentry, attr); in fat_setattr()
/Linux-v4.19/fs/ocfs2/dlmfs/
Ddlmfs.c214 error = setattr_prepare(dentry, attr); in dlmfs_file_setattr()
/Linux-v4.19/fs/hfsplus/
Dinode.c249 error = setattr_prepare(dentry, attr); in hfsplus_setattr()
/Linux-v4.19/fs/overlayfs/
Dinode.c26 err = setattr_prepare(dentry, attr); in ovl_setattr()
/Linux-v4.19/fs/proc/
Dgeneric.c123 error = setattr_prepare(dentry, iattr); in proc_notify_change()
/Linux-v4.19/fs/hfs/
Dinode.c610 error = setattr_prepare(dentry, attr); /* basic permission checks */ in hfs_inode_setattr()
/Linux-v4.19/fs/jffs2/
Dfs.c197 rc = setattr_prepare(dentry, iattr); in jffs2_setattr()
/Linux-v4.19/fs/nfsd/
Dnfsproc.c106 setattr_prepare(fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
/Linux-v4.19/fs/9p/
Dvfs_inode_dotl.c564 retval = setattr_prepare(dentry, iattr); in v9fs_vfs_setattr_dotl()
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c803 err = setattr_prepare(dentry, attr); in hostfs_setattr()
/Linux-v4.19/fs/xfs/
Dxfs_iops.c600 return setattr_prepare(dentry, iattr); in xfs_vn_change_ok()
/Linux-v4.19/fs/ecryptfs/
Dinode.c923 rc = setattr_prepare(dentry, ia); in ecryptfs_setattr()

12