Searched refs:setattr_prepare (Results 1 – 25 of 49) sorted by relevance
12
/linux-6.12.1/fs/sysv/ |
D | file.c | 38 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in sysv_setattr()
|
/linux-6.12.1/fs/minix/ |
D | file.c | 31 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in minix_setattr()
|
/linux-6.12.1/fs/ |
D | attr.c | 161 int setattr_prepare(struct mnt_idmap *idmap, struct dentry *dentry, in setattr_prepare() function 226 EXPORT_SYMBOL(setattr_prepare);
|
/linux-6.12.1/fs/jfs/ |
D | file.c | 94 rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in jfs_setattr()
|
/linux-6.12.1/fs/ramfs/ |
D | file-nommu.c | 169 ret = setattr_prepare(&nop_mnt_idmap, dentry, ia); in ramfs_nommu_setattr()
|
/linux-6.12.1/fs/udf/ |
D | file.c | 220 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in udf_setattr()
|
/linux-6.12.1/fs/adfs/ |
D | inode.c | 309 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in adfs_notify_change()
|
/linux-6.12.1/fs/omfs/ |
D | file.c | 346 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in omfs_setattr()
|
/linux-6.12.1/fs/kernfs/ |
D | inode.c | 123 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in kernfs_iop_setattr()
|
/linux-6.12.1/fs/hpfs/ |
D | inode.c | 278 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in hpfs_setattr()
|
/linux-6.12.1/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 197 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in dlmfs_file_setattr()
|
/linux-6.12.1/fs/affs/ |
D | inode.c | 224 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in affs_notify_change()
|
/linux-6.12.1/fs/fat/ |
D | file.c | 495 error = setattr_prepare(idmap, dentry, attr); in fat_setattr()
|
/linux-6.12.1/fs/exfat/ |
D | file.c | 309 error = setattr_prepare(idmap, dentry, attr); in exfat_setattr()
|
/linux-6.12.1/fs/hfsplus/ |
D | inode.c | 250 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in hfsplus_setattr()
|
/linux-6.12.1/fs/proc/ |
D | generic.c | 125 error = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in proc_notify_change()
|
/linux-6.12.1/fs/jffs2/ |
D | fs.c | 199 rc = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in jffs2_setattr()
|
/linux-6.12.1/fs/9p/ |
D | vfs_inode_dotl.c | 532 retval = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in v9fs_vfs_setattr_dotl()
|
D | vfs_inode.c | 1033 retval = setattr_prepare(&nop_mnt_idmap, dentry, iattr); in v9fs_vfs_setattr()
|
/linux-6.12.1/fs/hfs/ |
D | inode.c | 619 error = setattr_prepare(&nop_mnt_idmap, dentry, in hfs_inode_setattr()
|
/linux-6.12.1/fs/nfsd/ |
D | nfsproc.c | 122 setattr_prepare(&nop_mnt_idmap, fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
|
/linux-6.12.1/fs/hostfs/ |
D | hostfs_kern.c | 817 err = setattr_prepare(&nop_mnt_idmap, dentry, attr); in hostfs_setattr()
|
/linux-6.12.1/fs/overlayfs/ |
D | inode.c | 30 err = setattr_prepare(&nop_mnt_idmap, dentry, attr); in ovl_setattr()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_iops.c | 670 return setattr_prepare(idmap, dentry, iattr); in xfs_vn_change_ok()
|
/linux-6.12.1/fs/ecryptfs/ |
D | inode.c | 952 rc = setattr_prepare(&nop_mnt_idmap, dentry, ia); in ecryptfs_setattr()
|
12