Home
last modified time | relevance | path

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

12

/Linux-v5.15/fs/minix/
Dfile.c31 error = setattr_prepare(&init_user_ns, dentry, attr); in minix_setattr()
/Linux-v5.15/fs/sysv/
Dfile.c38 error = setattr_prepare(&init_user_ns, dentry, attr); in sysv_setattr()
/Linux-v5.15/fs/
Dattr.c96 int setattr_prepare(struct user_namespace *mnt_userns, struct dentry *dentry, in setattr_prepare() function
153 EXPORT_SYMBOL(setattr_prepare);
/Linux-v5.15/fs/jfs/
Dfile.c94 rc = setattr_prepare(&init_user_ns, dentry, iattr); in jfs_setattr()
/Linux-v5.15/fs/ramfs/
Dfile-nommu.c169 ret = setattr_prepare(&init_user_ns, dentry, ia); in ramfs_nommu_setattr()
/Linux-v5.15/fs/udf/
Dfile.c264 error = setattr_prepare(&init_user_ns, dentry, attr); in udf_setattr()
/Linux-v5.15/fs/adfs/
Dinode.c304 error = setattr_prepare(&init_user_ns, dentry, attr); in adfs_notify_change()
/Linux-v5.15/fs/omfs/
Dfile.c352 error = setattr_prepare(&init_user_ns, dentry, attr); in omfs_setattr()
/Linux-v5.15/fs/kernfs/
Dinode.c120 error = setattr_prepare(&init_user_ns, dentry, iattr); in kernfs_iop_setattr()
/Linux-v5.15/fs/exfat/
Dfile.c311 error = setattr_prepare(&init_user_ns, dentry, attr); in exfat_setattr()
/Linux-v5.15/fs/hpfs/
Dinode.c278 error = setattr_prepare(&init_user_ns, dentry, attr); in hpfs_setattr()
/Linux-v5.15/fs/ocfs2/dlmfs/
Ddlmfs.c198 error = setattr_prepare(&init_user_ns, dentry, attr); in dlmfs_file_setattr()
/Linux-v5.15/fs/affs/
Dinode.c227 error = setattr_prepare(&init_user_ns, dentry, attr); in affs_notify_change()
/Linux-v5.15/fs/fat/
Dfile.c485 error = setattr_prepare(mnt_userns, dentry, attr); in fat_setattr()
/Linux-v5.15/fs/hfsplus/
Dinode.c253 error = setattr_prepare(&init_user_ns, dentry, attr); in hfsplus_setattr()
/Linux-v5.15/fs/jffs2/
Dfs.c199 rc = setattr_prepare(&init_user_ns, dentry, iattr); in jffs2_setattr()
/Linux-v5.15/fs/proc/
Dgeneric.c125 error = setattr_prepare(&init_user_ns, dentry, iattr); in proc_notify_change()
/Linux-v5.15/fs/hfs/
Dinode.c614 error = setattr_prepare(&init_user_ns, dentry, in hfs_inode_setattr()
/Linux-v5.15/fs/9p/
Dvfs_inode_dotl.c561 retval = setattr_prepare(&init_user_ns, dentry, iattr); in v9fs_vfs_setattr_dotl()
/Linux-v5.15/fs/nfsd/
Dnfsproc.c93 setattr_prepare(&init_user_ns, fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
/Linux-v5.15/fs/hostfs/
Dhostfs_kern.c801 err = setattr_prepare(&init_user_ns, dentry, attr); in hostfs_setattr()
/Linux-v5.15/fs/overlayfs/
Dinode.c28 err = setattr_prepare(&init_user_ns, dentry, attr); in ovl_setattr()
/Linux-v5.15/fs/ecryptfs/
Dinode.c940 rc = setattr_prepare(&init_user_ns, dentry, ia); in ecryptfs_setattr()
/Linux-v5.15/fs/nilfs2/
Dinode.c816 err = setattr_prepare(&init_user_ns, dentry, iattr); in nilfs_setattr()
/Linux-v5.15/fs/ntfs3/
Dfile.c750 err = setattr_prepare(mnt_userns, dentry, attr); in ntfs3_setattr()

12