Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/minix/
A Dfile.c31 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in minix_setattr()
/linux-6.3-rc2/fs/sysv/
A Dfile.c38 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in sysv_setattr()
/linux-6.3-rc2/fs/
A Dattr.c164 int setattr_prepare(struct mnt_idmap *idmap, struct dentry *dentry, in setattr_prepare() function
229 EXPORT_SYMBOL(setattr_prepare);
/linux-6.3-rc2/fs/jfs/
A Dfile.c94 rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in jfs_setattr()
/linux-6.3-rc2/fs/ramfs/
A Dfile-nommu.c169 ret = setattr_prepare(&nop_mnt_idmap, dentry, ia); in ramfs_nommu_setattr()
/linux-6.3-rc2/fs/udf/
A Dfile.c224 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in udf_setattr()
/linux-6.3-rc2/fs/adfs/
A Dinode.c305 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in adfs_notify_change()
/linux-6.3-rc2/fs/exfat/
A Dfile.c268 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in exfat_setattr()
/linux-6.3-rc2/fs/omfs/
A Dfile.c346 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in omfs_setattr()
/linux-6.3-rc2/fs/kernfs/
A Dinode.c123 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in kernfs_iop_setattr()
/linux-6.3-rc2/fs/hpfs/
A Dinode.c278 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in hpfs_setattr()
/linux-6.3-rc2/fs/ocfs2/dlmfs/
A Ddlmfs.c198 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in dlmfs_file_setattr()
/linux-6.3-rc2/fs/affs/
A Dinode.c227 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in affs_notify_change()
/linux-6.3-rc2/fs/fat/
A Dfile.c495 error = setattr_prepare(idmap, dentry, attr); in fat_setattr()
/linux-6.3-rc2/fs/hfsplus/
A Dinode.c255 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in hfsplus_setattr()
/linux-6.3-rc2/fs/jffs2/
A Dfs.c199 rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in jffs2_setattr()
/linux-6.3-rc2/fs/proc/
A Dgeneric.c125 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in proc_notify_change()
/linux-6.3-rc2/fs/hfs/
A Dinode.c621 error = setattr_prepare(&nop_mnt_idmap, dentry, in hfs_inode_setattr()
/linux-6.3-rc2/fs/nfsd/
A Dnfsproc.c96 setattr_prepare(&nop_mnt_idmap, fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
/linux-6.3-rc2/fs/9p/
A Dvfs_inode_dotl.c552 retval = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in v9fs_vfs_setattr_dotl()
/linux-6.3-rc2/fs/hostfs/
A Dhostfs_kern.c804 err = setattr_prepare(&nop_mnt_idmap, dentry, attr); in hostfs_setattr()
/linux-6.3-rc2/fs/ntfs3/
A Dfile.c679 err = setattr_prepare(idmap, dentry, attr); in ntfs3_setattr()
/linux-6.3-rc2/fs/xfs/
A Dxfs_iops.c641 return setattr_prepare(idmap, dentry, iattr); in xfs_vn_change_ok()
/linux-6.3-rc2/fs/ecryptfs/
A Dinode.c942 rc = setattr_prepare(&nop_mnt_idmap, dentry, ia); in ecryptfs_setattr()
/linux-6.3-rc2/fs/overlayfs/
A Dinode.c31 err = setattr_prepare(&nop_mnt_idmap, dentry, attr); in ovl_setattr()

Completed in 46 milliseconds

12