Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/fs/minix/
Dfile.c30 error = setattr_prepare(dentry, attr); in minix_setattr()
/kernel/linux/linux-5.10/fs/sysv/
Dfile.c37 error = setattr_prepare(dentry, attr); in sysv_setattr()
/kernel/linux/linux-5.10/fs/
Dattr.c120 int setattr_prepare(struct dentry *dentry, struct iattr *attr) in setattr_prepare() function
175 EXPORT_SYMBOL(setattr_prepare);
/kernel/linux/linux-5.10/fs/jfs/
Dfile.c93 rc = setattr_prepare(dentry, iattr); in jfs_setattr()
/kernel/linux/linux-5.10/fs/ramfs/
Dfile-nommu.c168 ret = setattr_prepare(dentry, ia); in ramfs_nommu_setattr()
/kernel/linux/linux-5.10/fs/udf/
Dfile.c260 error = setattr_prepare(dentry, attr); in udf_setattr()
/kernel/linux/linux-5.10/fs/adfs/
Dinode.c302 error = setattr_prepare(dentry, attr); in adfs_notify_change()
/kernel/linux/linux-5.10/fs/omfs/
Dfile.c351 error = setattr_prepare(dentry, attr); in omfs_setattr()
/kernel/linux/linux-5.10/fs/exfat/
Dfile.c307 error = setattr_prepare(dentry, attr); in exfat_setattr()
/kernel/linux/linux-5.10/fs/sharefs/
Dinode.c328 err = setattr_prepare(dentry, ia); in sharefs_setattr()
/kernel/linux/linux-5.10/fs/kernfs/
Dinode.c125 error = setattr_prepare(dentry, iattr); in kernfs_iop_setattr()
/kernel/linux/linux-5.10/fs/hpfs/
Dinode.c277 error = setattr_prepare(dentry, attr); in hpfs_setattr()
/kernel/linux/linux-5.10/fs/ocfs2/dlmfs/
Ddlmfs.c199 error = setattr_prepare(dentry, attr); in dlmfs_file_setattr()
/kernel/linux/linux-5.10/fs/affs/
Dinode.c226 error = setattr_prepare(dentry, attr); in affs_notify_change()
/kernel/linux/linux-5.10/fs/fat/
Dfile.c483 error = setattr_prepare(dentry, attr); in fat_setattr()
/kernel/linux/linux-5.10/fs/hfsplus/
Dinode.c249 error = setattr_prepare(dentry, attr); in hfsplus_setattr()
/kernel/linux/linux-5.10/fs/jffs2/
Dfs.c198 rc = setattr_prepare(dentry, iattr); in jffs2_setattr()
/kernel/linux/linux-5.10/fs/proc/
Dgeneric.c124 error = setattr_prepare(dentry, iattr); in proc_notify_change()
/kernel/linux/linux-5.10/fs/nfsd/
Dnfsproc.c93 setattr_prepare(fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
/kernel/linux/linux-5.10/fs/overlayfs/
Dinode.c24 err = setattr_prepare(dentry, attr); in ovl_setattr()
/kernel/linux/linux-5.10/fs/hfs/
Dinode.c616 error = setattr_prepare(dentry, attr); /* basic permission checks */ in hfs_inode_setattr()
/kernel/linux/linux-5.10/fs/9p/
Dvfs_inode_dotl.c552 retval = setattr_prepare(dentry, iattr); in v9fs_vfs_setattr_dotl()
/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs_kern.c794 err = setattr_prepare(dentry, attr); in hostfs_setattr()
/kernel/linux/linux-5.10/fs/orangefs/
Dinode.c879 ret = setattr_prepare(dentry, iattr); in orangefs_setattr()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iops.c611 return setattr_prepare(dentry, iattr); in xfs_vn_change_ok()

12