Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dattr.c226 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function
346 EXPORT_SYMBOL(notify_change);
Dopen.c63 ret = notify_change(dentry, &newattrs, NULL); in do_truncate()
541 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chmod_common()
632 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chown_common()
Dutimes.c91 error = notify_change(path->dentry, &newattrs, &delegated_inode); in utimes_common()
Dinode.c1806 return notify_change(dentry, &newattrs, NULL); in __remove_privs()
/Linux-v4.19/fs/overlayfs/
Dcopy_up.c190 return notify_change(upperdentry, &attr, NULL); in ovl_set_size()
202 return notify_change(upperdentry, &attr, NULL); in ovl_set_timestamps()
214 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr()
222 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr()
Dinode.c66 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
Ddir.c482 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
Dsuper.c654 err = notify_change(work, &attr, NULL); in ovl_workdir_create()
/Linux-v4.19/drivers/base/
Ddevtmpfs.c220 notify_change(dentry, &newattrs, NULL); in handle_create()
327 notify_change(dentry, &newattrs, NULL); in handle_remove()
/Linux-v4.19/fs/cachefiles/
Dinterface.c477 ret = notify_change(object->backer, &newattrs, NULL); in cachefiles_attr_changed()
484 ret = notify_change(object->backer, &newattrs, NULL); in cachefiles_attr_changed()
/Linux-v4.19/fs/ecryptfs/
Dinode.c845 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_truncate()
949 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
/Linux-v4.19/fs/affs/
DChanges115 really necessary as notify_change() will do
/Linux-v4.19/fs/nfsd/
Dvfs.c459 host_err = notify_change(dentry, &size_attr, NULL); in nfsd_setattr()
474 host_err = notify_change(dentry, iap, NULL); in nfsd_setattr()
/Linux-v4.19/Documentation/filesystems/
Dporting134 Callers of notify_change() need ->i_mutex now.
/Linux-v4.19/include/linux/
Dfs.h2747 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
/Linux-v4.19/Documentation/trace/
Dftrace.rst2780 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
2781 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
/Linux-v4.19/
DCREDITS143 D: VFS fixes (new notify_change in particular)