Home
last modified time | relevance | path

Searched refs:notify_change (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dattr.c225 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 Dutimes.c65 error = notify_change(path->dentry, &newattrs, &delegated_inode); in vfs_utimes()
H A Dopen.c65 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 Dinode.c1918 return notify_change(dentry, &newattrs, NULL); in __remove_privs()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dcopy_up.c239 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 Dinode.c82 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
H A Ddir.c510 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
H A Dsuper.c800 err = notify_change(work, &attr, NULL); in ovl_workdir_create()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevtmpfs.c231 notify_change(dentry, &newattrs, NULL); in handle_create()
338 notify_change(dentry, &newattrs, NULL); in handle_remove()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_tuxera153 notify_change
H A Dabi_gki_aarch64_asus171 notify_change
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dinterface.c473 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 Dinode.c858 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 Dformat.c88 result = notify_change(dentry, &attr, NULL); in truncate_backing_file()
H A Dpseudo_files.c200 error = notify_change(dentry, &newattrs, &delegated_inode); in chmod()
H A Dvfs.c1616 error = notify_change(backing_dentry, ia, NULL); in incfs_setattr()
/OK3568_Linux_fs/kernel/fs/affs/
H A DChanges115 really necessary as notify_change() will do
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c451 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 Dporting.rst152 Callers of notify_change() need ->i_mutex now.
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2840 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace.rst2930 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 DCREDITS143 D: VFS fixes (new notify_change in particular)