Searched refs:notify_change (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/fs/ |
D | attr.c | 229 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function 349 EXPORT_SYMBOL(notify_change);
|
D | utimes.c | 60 error = notify_change(path->dentry, &newattrs, &delegated_inode); in utimes_common()
|
D | open.c | 64 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()
|
D | inode.c | 1822 return notify_change(dentry, &newattrs, NULL); in __remove_privs()
|
/Linux-v5.4/fs/overlayfs/ |
D | copy_up.c | 187 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()
|
D | inode.c | 63 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
|
D | dir.c | 482 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
|
D | super.c | 678 err = notify_change(work, &attr, NULL); in ovl_workdir_create()
|
/Linux-v5.4/drivers/base/ |
D | devtmpfs.c | 233 notify_change(dentry, &newattrs, NULL); in handle_create() 340 notify_change(dentry, &newattrs, NULL); in handle_remove()
|
/Linux-v5.4/fs/cachefiles/ |
D | interface.c | 473 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/ |
D | inode.c | 858 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/ |
D | Changes | 115 really necessary as notify_change() will do
|
/Linux-v5.4/fs/nfsd/ |
D | vfs.c | 445 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/ |
D | porting.rst | 152 Callers of notify_change() need ->i_mutex now.
|
/Linux-v5.4/include/linux/ |
D | fs.h | 2868 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
|
/Linux-v5.4/Documentation/trace/ |
D | ftrace.rst | 2871 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate 2872 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
|
/Linux-v5.4/ |
D | CREDITS | 143 D: VFS fixes (new notify_change in particular)
|