Home
last modified time | relevance | path

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

12

/linux-6.1.9/fs/sysv/
Dfile.c38 error = setattr_prepare(&init_user_ns, dentry, attr); in sysv_setattr()
/linux-6.1.9/fs/minix/
Dfile.c31 error = setattr_prepare(&init_user_ns, dentry, attr); in minix_setattr()
/linux-6.1.9/fs/
Dattr.c100 int setattr_prepare(struct user_namespace *mnt_userns, struct dentry *dentry, in setattr_prepare() function
166 EXPORT_SYMBOL(setattr_prepare);
/linux-6.1.9/fs/jfs/
Dfile.c94 rc = setattr_prepare(&init_user_ns, dentry, iattr); in jfs_setattr()
/linux-6.1.9/fs/ramfs/
Dfile-nommu.c169 ret = setattr_prepare(&init_user_ns, dentry, ia); in ramfs_nommu_setattr()
/linux-6.1.9/fs/udf/
Dfile.c266 error = setattr_prepare(&init_user_ns, dentry, attr); in udf_setattr()
/linux-6.1.9/fs/adfs/
Dinode.c305 error = setattr_prepare(&init_user_ns, dentry, attr); in adfs_notify_change()
/linux-6.1.9/fs/exfat/
Dfile.c271 error = setattr_prepare(&init_user_ns, dentry, attr); in exfat_setattr()
/linux-6.1.9/fs/omfs/
Dfile.c351 error = setattr_prepare(&init_user_ns, dentry, attr); in omfs_setattr()
/linux-6.1.9/fs/hpfs/
Dinode.c278 error = setattr_prepare(&init_user_ns, dentry, attr); in hpfs_setattr()
/linux-6.1.9/fs/kernfs/
Dinode.c123 error = setattr_prepare(&init_user_ns, dentry, iattr); in kernfs_iop_setattr()
/linux-6.1.9/fs/ocfs2/dlmfs/
Ddlmfs.c198 error = setattr_prepare(&init_user_ns, dentry, attr); in dlmfs_file_setattr()
/linux-6.1.9/fs/affs/
Dinode.c227 error = setattr_prepare(&init_user_ns, dentry, attr); in affs_notify_change()
/linux-6.1.9/fs/fat/
Dfile.c495 error = setattr_prepare(mnt_userns, dentry, attr); in fat_setattr()
/linux-6.1.9/fs/hfsplus/
Dinode.c255 error = setattr_prepare(&init_user_ns, dentry, attr); in hfsplus_setattr()
/linux-6.1.9/fs/jffs2/
Dfs.c199 rc = setattr_prepare(&init_user_ns, dentry, iattr); in jffs2_setattr()
/linux-6.1.9/fs/proc/
Dgeneric.c125 error = setattr_prepare(&init_user_ns, dentry, iattr); in proc_notify_change()
/linux-6.1.9/fs/hfs/
Dinode.c621 error = setattr_prepare(&init_user_ns, dentry, in hfs_inode_setattr()
/linux-6.1.9/fs/hostfs/
Dhostfs_kern.c803 err = setattr_prepare(&init_user_ns, dentry, attr); in hostfs_setattr()
/linux-6.1.9/fs/9p/
Dvfs_inode_dotl.c552 retval = setattr_prepare(&init_user_ns, dentry, iattr); in v9fs_vfs_setattr_dotl()
/linux-6.1.9/fs/nfsd/
Dnfsproc.c96 setattr_prepare(&init_user_ns, fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
/linux-6.1.9/fs/overlayfs/
Dinode.c29 err = setattr_prepare(&init_user_ns, dentry, attr); in ovl_setattr()
/linux-6.1.9/fs/ecryptfs/
Dinode.c940 rc = setattr_prepare(&init_user_ns, dentry, ia); in ecryptfs_setattr()
/linux-6.1.9/fs/xfs/
Dxfs_iops.c642 return setattr_prepare(mnt_userns, dentry, iattr); in xfs_vn_change_ok()
/linux-6.1.9/fs/orangefs/
Dinode.c849 ret = setattr_prepare(&init_user_ns, dentry, iattr); in orangefs_setattr()

12