Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dattr.c229 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function
349 EXPORT_SYMBOL(notify_change);
Dutimes.c60 error = notify_change(path->dentry, &newattrs, &delegated_inode); in utimes_common()
Dopen.c64 ret = notify_change(dentry, &newattrs, NULL); in do_truncate()
561 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chmod_common()
652 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chown_common()
Dinode.c1822 return notify_change(dentry, &newattrs, NULL); in __remove_privs()
/Linux-v5.4/fs/overlayfs/
Dcopy_up.c187 return notify_change(upperdentry, &attr, NULL); in ovl_set_size()
199 return notify_change(upperdentry, &attr, NULL); in ovl_set_timestamps()
211 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr()
219 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr()
Dinode.c63 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
Ddir.c482 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
Dsuper.c678 err = notify_change(work, &attr, NULL); in ovl_workdir_create()
/Linux-v5.4/drivers/base/
Ddevtmpfs.c233 notify_change(dentry, &newattrs, NULL); in handle_create()
340 notify_change(dentry, &newattrs, NULL); in handle_remove()
/Linux-v5.4/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.4/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.4/fs/affs/
DChanges115 really necessary as notify_change() will do
/Linux-v5.4/fs/nfsd/
Dvfs.c445 host_err = notify_change(dentry, &size_attr, NULL); in nfsd_setattr()
460 host_err = notify_change(dentry, iap, NULL); in nfsd_setattr()
/Linux-v5.4/Documentation/filesystems/
Dporting.rst152 Callers of notify_change() need ->i_mutex now.
/Linux-v5.4/include/linux/
Dfs.h2868 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
/Linux-v5.4/Documentation/trace/
Dftrace.rst2871 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
2872 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
/Linux-v5.4/
DCREDITS143 D: VFS fixes (new notify_change in particular)