Searched refs:notify_change (Results 1 – 15 of 15) sorted by relevance
/fs/ |
D | attr.c | 281 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function 422 EXPORT_SYMBOL_NS(notify_change, ANDROID_GKI_VFS_EXPORT_ONLY);
|
D | open.c | 65 ret = notify_change(dentry, &newattrs, NULL); in do_truncate() 584 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chmod_common() 675 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chown_common()
|
D | utimes.c | 65 error = notify_change(path->dentry, &newattrs, &delegated_inode); in vfs_utimes()
|
D | inode.c | 1931 return notify_change(dentry, &newattrs, NULL); in __remove_privs()
|
/fs/overlayfs/ |
D | copy_up.c | 239 return notify_change(upperdentry, &attr, NULL); in ovl_set_size() 251 return notify_change(upperdentry, &attr, NULL); in ovl_set_timestamps() 263 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr() 271 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr()
|
D | inode.c | 82 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
|
D | dir.c | 509 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
|
D | super.c | 805 err = notify_change(work, &attr, NULL); in ovl_workdir_create()
|
/fs/cachefiles/ |
D | interface.c | 473 ret = notify_change(object->backer, &newattrs, NULL); in cachefiles_attr_changed() 480 ret = notify_change(object->backer, &newattrs, NULL); in cachefiles_attr_changed()
|
/fs/ecryptfs/ |
D | inode.c | 866 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_truncate() 970 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
|
/fs/incfs/ |
D | format.c | 88 result = notify_change(dentry, &attr, NULL); in truncate_backing_file()
|
D | pseudo_files.c | 200 error = notify_change(dentry, &newattrs, &delegated_inode); in chmod()
|
D | vfs.c | 1636 error = notify_change(backing_dentry, ia, NULL); in incfs_setattr()
|
/fs/affs/ |
D | Changes | 115 really necessary as notify_change() will do
|
/fs/nfsd/ |
D | vfs.c | 451 host_err = notify_change(dentry, &size_attr, NULL); in nfsd_setattr() 466 host_err = notify_change(dentry, iap, NULL); in nfsd_setattr()
|