Searched refs:setattr_prepare (Results 1 – 25 of 47) sorted by relevance
12
/Linux-v4.19/fs/minix/ |
D | file.c | 30 error = setattr_prepare(dentry, attr); in minix_setattr()
|
/Linux-v4.19/fs/sysv/ |
D | file.c | 37 error = setattr_prepare(dentry, attr); in sysv_setattr()
|
/Linux-v4.19/fs/ |
D | attr.c | 61 int setattr_prepare(struct dentry *dentry, struct iattr *attr) in setattr_prepare() function 117 EXPORT_SYMBOL(setattr_prepare);
|
D | libfs.c | 404 error = setattr_prepare(dentry, iattr); in simple_setattr()
|
/Linux-v4.19/fs/jfs/ |
D | file.c | 106 rc = setattr_prepare(dentry, iattr); in jfs_setattr()
|
/Linux-v4.19/fs/ramfs/ |
D | file-nommu.c | 172 ret = setattr_prepare(dentry, ia); in ramfs_nommu_setattr()
|
/Linux-v4.19/fs/udf/ |
D | file.c | 263 error = setattr_prepare(dentry, attr); in udf_setattr()
|
/Linux-v4.19/fs/adfs/ |
D | inode.c | 306 error = setattr_prepare(dentry, attr); in adfs_notify_change()
|
/Linux-v4.19/fs/kernfs/ |
D | inode.c | 122 error = setattr_prepare(dentry, iattr); in kernfs_iop_setattr()
|
/Linux-v4.19/fs/omfs/ |
D | file.c | 352 error = setattr_prepare(dentry, attr); in omfs_setattr()
|
/Linux-v4.19/fs/orangefs/ |
D | inode.c | 218 ret = setattr_prepare(dentry, iattr); in orangefs_setattr()
|
/Linux-v4.19/fs/hpfs/ |
D | inode.c | 277 error = setattr_prepare(dentry, attr); in hpfs_setattr()
|
/Linux-v4.19/fs/affs/ |
D | inode.c | 226 error = setattr_prepare(dentry, attr); in affs_notify_change()
|
/Linux-v4.19/fs/fat/ |
D | file.c | 487 error = setattr_prepare(dentry, attr); in fat_setattr()
|
/Linux-v4.19/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 214 error = setattr_prepare(dentry, attr); in dlmfs_file_setattr()
|
/Linux-v4.19/fs/hfsplus/ |
D | inode.c | 249 error = setattr_prepare(dentry, attr); in hfsplus_setattr()
|
/Linux-v4.19/fs/overlayfs/ |
D | inode.c | 26 err = setattr_prepare(dentry, attr); in ovl_setattr()
|
/Linux-v4.19/fs/proc/ |
D | generic.c | 123 error = setattr_prepare(dentry, iattr); in proc_notify_change()
|
/Linux-v4.19/fs/hfs/ |
D | inode.c | 610 error = setattr_prepare(dentry, attr); /* basic permission checks */ in hfs_inode_setattr()
|
/Linux-v4.19/fs/jffs2/ |
D | fs.c | 197 rc = setattr_prepare(dentry, iattr); in jffs2_setattr()
|
/Linux-v4.19/fs/nfsd/ |
D | nfsproc.c | 106 setattr_prepare(fhp->fh_dentry, iap) != 0) { in nfsd_proc_setattr()
|
/Linux-v4.19/fs/9p/ |
D | vfs_inode_dotl.c | 564 retval = setattr_prepare(dentry, iattr); in v9fs_vfs_setattr_dotl()
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs_kern.c | 803 err = setattr_prepare(dentry, attr); in hostfs_setattr()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_iops.c | 600 return setattr_prepare(dentry, iattr); in xfs_vn_change_ok()
|
/Linux-v4.19/fs/ecryptfs/ |
D | inode.c | 923 rc = setattr_prepare(dentry, ia); in ecryptfs_setattr()
|
12