Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dattr.c223 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function
348 EXPORT_SYMBOL(notify_change);
Dutimes.c65 error = notify_change(path->dentry, &newattrs, &delegated_inode); in vfs_utimes()
Dopen.c64 ret = notify_change(dentry, &newattrs, NULL); in do_truncate()
583 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chmod_common()
674 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chown_common()
Dinode.c1916 return notify_change(dentry, &newattrs, NULL); in __remove_privs()
/Linux-v5.10/fs/overlayfs/
Dcopy_up.c238 return notify_change(upperdentry, &attr, NULL); in ovl_set_size()
250 return notify_change(upperdentry, &attr, NULL); in ovl_set_timestamps()
262 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr()
270 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr()
Dinode.c82 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
Ddir.c511 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
Dsuper.c762 err = notify_change(work, &attr, NULL); in ovl_workdir_create()
/Linux-v5.10/drivers/base/
Ddevtmpfs.c224 notify_change(dentry, &newattrs, NULL); in handle_create()
331 notify_change(dentry, &newattrs, NULL); in handle_remove()
/Linux-v5.10/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()
/Linux-v5.10/fs/ecryptfs/
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()
/Linux-v5.10/fs/affs/
DChanges115 really necessary as notify_change() will do
/Linux-v5.10/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()
/Linux-v5.10/Documentation/filesystems/
Dporting.rst152 Callers of notify_change() need ->i_mutex now.
/Linux-v5.10/include/linux/
Dfs.h2761 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
/Linux-v5.10/Documentation/trace/
Dftrace.rst2927 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
2928 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
/Linux-v5.10/
DCREDITS143 D: VFS fixes (new notify_change in particular)