Home
last modified time | relevance | path

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

/fs/
Dattr.c281 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);
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()
Dutimes.c65 error = notify_change(path->dentry, &newattrs, &delegated_inode); in vfs_utimes()
Dinode.c1931 return notify_change(dentry, &newattrs, NULL); in __remove_privs()
/fs/overlayfs/
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()
Dinode.c82 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
Ddir.c509 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
Dsuper.c805 err = notify_change(work, &attr, NULL); in ovl_workdir_create()
/fs/cachefiles/
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()
/fs/ecryptfs/
Dinode.c866 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/
Dformat.c88 result = notify_change(dentry, &attr, NULL); in truncate_backing_file()
Dpseudo_files.c200 error = notify_change(dentry, &newattrs, &delegated_inode); in chmod()
Dvfs.c1636 error = notify_change(backing_dentry, ia, NULL); in incfs_setattr()
/fs/affs/
DChanges115 really necessary as notify_change() will do
/fs/nfsd/
Dvfs.c451 host_err = notify_change(dentry, &size_attr, NULL); in nfsd_setattr()
466 host_err = notify_change(dentry, iap, NULL); in nfsd_setattr()