Searched refs:notify_change (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/fs/ |
D | attr.c | 226 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function 346 EXPORT_SYMBOL(notify_change);
|
D | open.c | 63 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()
|
D | utimes.c | 91 error = notify_change(path->dentry, &newattrs, &delegated_inode); in utimes_common()
|
D | inode.c | 1806 return notify_change(dentry, &newattrs, NULL); in __remove_privs()
|
/Linux-v4.19/fs/overlayfs/ |
D | copy_up.c | 190 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()
|
D | inode.c | 66 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 | 654 err = notify_change(work, &attr, NULL); in ovl_workdir_create()
|
/Linux-v4.19/drivers/base/ |
D | devtmpfs.c | 220 notify_change(dentry, &newattrs, NULL); in handle_create() 327 notify_change(dentry, &newattrs, NULL); in handle_remove()
|
/Linux-v4.19/fs/cachefiles/ |
D | interface.c | 477 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/ |
D | inode.c | 845 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/ |
D | Changes | 115 really necessary as notify_change() will do
|
/Linux-v4.19/fs/nfsd/ |
D | vfs.c | 459 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/ |
D | porting | 134 Callers of notify_change() need ->i_mutex now.
|
/Linux-v4.19/include/linux/ |
D | fs.h | 2747 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 2780 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate 2781 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
|
/Linux-v4.19/ |
D | CREDITS | 143 D: VFS fixes (new notify_change in particular)
|