Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/minix/
Dfile.c30 error = setattr_prepare(dentry, attr); in minix_setattr()
/Linux-v5.4/fs/sysv/
Dfile.c37 error = setattr_prepare(dentry, attr); in sysv_setattr()
/Linux-v5.4/fs/
Dattr.c61 int setattr_prepare(struct dentry *dentry, struct iattr *attr) in setattr_prepare() function
117 EXPORT_SYMBOL(setattr_prepare);
Dlibfs.c428 error = setattr_prepare(dentry, iattr); in simple_setattr()
/Linux-v5.4/fs/jfs/
Dfile.c93 rc = setattr_prepare(dentry, iattr); in jfs_setattr()
/Linux-v5.4/fs/ramfs/
Dfile-nommu.c168 ret = setattr_prepare(dentry, ia); in ramfs_nommu_setattr()
/Linux-v5.4/fs/udf/
Dfile.c263 error = setattr_prepare(dentry, attr); in udf_setattr()
/Linux-v5.4/fs/adfs/
Dinode.c301 error = setattr_prepare(dentry, attr); in adfs_notify_change()
/Linux-v5.4/fs/kernfs/
Dinode.c123 error = setattr_prepare(dentry, iattr); in kernfs_iop_setattr()
/Linux-v5.4/fs/omfs/
Dfile.c352 error = setattr_prepare(dentry, attr); in omfs_setattr()
/Linux-v5.4/fs/hpfs/
Dinode.c277 error = setattr_prepare(dentry, attr); in hpfs_setattr()
/Linux-v5.4/fs/affs/
Dinode.c226 error = setattr_prepare(dentry, attr); in affs_notify_change()
/Linux-v5.4/fs/ocfs2/dlmfs/
Ddlmfs.c199 error = setattr_prepare(dentry, attr); in dlmfs_file_setattr()
/Linux-v5.4/fs/fat/
Dfile.c494 error = setattr_prepare(dentry, attr); in fat_setattr()
/Linux-v5.4/fs/proc/
Dgeneric.c124 error = setattr_prepare(dentry, iattr); in proc_notify_change()
/Linux-v5.4/fs/nfsd/
Dnfsproc.c106 setattr_prepare(fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
/Linux-v5.4/fs/hfsplus/
Dinode.c249 error = setattr_prepare(dentry, attr); in hfsplus_setattr()
/Linux-v5.4/fs/jffs2/
Dfs.c198 rc = setattr_prepare(dentry, iattr); in jffs2_setattr()
/Linux-v5.4/fs/hfs/
Dinode.c610 error = setattr_prepare(dentry, attr); /* basic permission checks */ in hfs_inode_setattr()
/Linux-v5.4/fs/overlayfs/
Dinode.c23 err = setattr_prepare(dentry, attr); in ovl_setattr()
/Linux-v5.4/fs/9p/
Dvfs_inode_dotl.c549 retval = setattr_prepare(dentry, iattr); in v9fs_vfs_setattr_dotl()
Dvfs_inode.c1097 retval = setattr_prepare(dentry, iattr); in v9fs_vfs_setattr()
/Linux-v5.4/fs/hostfs/
Dhostfs_kern.c797 err = setattr_prepare(dentry, attr); in hostfs_setattr()
/Linux-v5.4/fs/ecryptfs/
Dinode.c936 rc = setattr_prepare(dentry, ia); in ecryptfs_setattr()
/Linux-v5.4/fs/xfs/
Dxfs_iops.c607 return setattr_prepare(dentry, iattr); in xfs_vn_change_ok()

12