Home
last modified time | relevance | path

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

12

/Linux-v5.10/fs/minix/
Dfile.c30 error = setattr_prepare(dentry, attr); in minix_setattr()
/Linux-v5.10/fs/sysv/
Dfile.c37 error = setattr_prepare(dentry, attr); in sysv_setattr()
/Linux-v5.10/fs/
Dattr.c61 int setattr_prepare(struct dentry *dentry, struct iattr *attr) in setattr_prepare() function
117 EXPORT_SYMBOL(setattr_prepare);
/Linux-v5.10/fs/jfs/
Dfile.c93 rc = setattr_prepare(dentry, iattr); in jfs_setattr()
/Linux-v5.10/fs/ramfs/
Dfile-nommu.c168 ret = setattr_prepare(dentry, ia); in ramfs_nommu_setattr()
/Linux-v5.10/fs/udf/
Dfile.c262 error = setattr_prepare(dentry, attr); in udf_setattr()
/Linux-v5.10/fs/adfs/
Dinode.c302 error = setattr_prepare(dentry, attr); in adfs_notify_change()
/Linux-v5.10/fs/omfs/
Dfile.c351 error = setattr_prepare(dentry, attr); in omfs_setattr()
/Linux-v5.10/fs/kernfs/
Dinode.c125 error = setattr_prepare(dentry, iattr); in kernfs_iop_setattr()
/Linux-v5.10/fs/exfat/
Dfile.c308 error = setattr_prepare(dentry, attr); in exfat_setattr()
/Linux-v5.10/fs/hpfs/
Dinode.c277 error = setattr_prepare(dentry, attr); in hpfs_setattr()
/Linux-v5.10/fs/ocfs2/dlmfs/
Ddlmfs.c199 error = setattr_prepare(dentry, attr); in dlmfs_file_setattr()
/Linux-v5.10/fs/affs/
Dinode.c226 error = setattr_prepare(dentry, attr); in affs_notify_change()
/Linux-v5.10/fs/fat/
Dfile.c483 error = setattr_prepare(dentry, attr); in fat_setattr()
/Linux-v5.10/fs/hfsplus/
Dinode.c249 error = setattr_prepare(dentry, attr); in hfsplus_setattr()
/Linux-v5.10/fs/proc/
Dgeneric.c124 error = setattr_prepare(dentry, iattr); in proc_notify_change()
/Linux-v5.10/fs/jffs2/
Dfs.c198 rc = setattr_prepare(dentry, iattr); in jffs2_setattr()
/Linux-v5.10/fs/hfs/
Dinode.c611 error = setattr_prepare(dentry, attr); /* basic permission checks */ in hfs_inode_setattr()
/Linux-v5.10/fs/nfsd/
Dnfsproc.c93 setattr_prepare(fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
/Linux-v5.10/fs/overlayfs/
Dinode.c24 err = setattr_prepare(dentry, attr); in ovl_setattr()
/Linux-v5.10/fs/9p/
Dvfs_inode_dotl.c549 retval = setattr_prepare(dentry, iattr); in v9fs_vfs_setattr_dotl()
Dvfs_inode.c1043 retval = setattr_prepare(dentry, iattr); in v9fs_vfs_setattr()
/Linux-v5.10/fs/hostfs/
Dhostfs_kern.c795 err = setattr_prepare(dentry, attr); in hostfs_setattr()
/Linux-v5.10/fs/ecryptfs/
Dinode.c936 rc = setattr_prepare(dentry, ia); in ecryptfs_setattr()
/Linux-v5.10/fs/orangefs/
Dinode.c879 ret = setattr_prepare(dentry, iattr); in orangefs_setattr()

12