| /OK3568_Linux_fs/kernel/fs/ |
| H A D | attr.c | 225 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function 350 EXPORT_SYMBOL_NS(notify_change, ANDROID_GKI_VFS_EXPORT_ONLY);
|
| H A D | utimes.c | 65 error = notify_change(path->dentry, &newattrs, &delegated_inode); in vfs_utimes()
|
| H A 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()
|
| H A D | inode.c | 1918 return notify_change(dentry, &newattrs, NULL); in __remove_privs()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A 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()
|
| H A D | inode.c | 82 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
|
| H A D | dir.c | 510 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
|
| H A D | super.c | 800 err = notify_change(work, &attr, NULL); in ovl_workdir_create()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devtmpfs.c | 231 notify_change(dentry, &newattrs, NULL); in handle_create() 338 notify_change(dentry, &newattrs, NULL); in handle_remove()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_tuxera | 153 notify_change
|
| H A D | abi_gki_aarch64_asus | 171 notify_change
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | inode.c | 858 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_truncate() 962 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | format.c | 88 result = notify_change(dentry, &attr, NULL); in truncate_backing_file()
|
| H A D | pseudo_files.c | 200 error = notify_change(dentry, &newattrs, &delegated_inode); in chmod()
|
| H A D | vfs.c | 1616 error = notify_change(backing_dentry, ia, NULL); in incfs_setattr()
|
| /OK3568_Linux_fs/kernel/fs/affs/ |
| H A D | Changes | 115 really necessary as notify_change() will do
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | porting.rst | 152 Callers of notify_change() need ->i_mutex now.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 2840 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace.rst | 2930 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate 2931 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
|
| /OK3568_Linux_fs/kernel/ |
| H A D | CREDITS | 143 D: VFS fixes (new notify_change in particular)
|