Searched refs:notify_change (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/fs/overlayfs/ |
D | copy_up.c | 179 return notify_change(upperdentry, &attr, NULL); in ovl_set_timestamps() 191 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr() 199 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr() 255 err = notify_change(newdentry, attr, NULL); in ovl_copy_up_locked() 364 err = notify_change(upperdentry, attr, NULL); in ovl_copy_up_one()
|
D | inode.c | 70 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
|
/linux-4.1.27/fs/ |
D | attr.c | 190 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function 278 EXPORT_SYMBOL(notify_change);
|
D | utimes.c | 107 error = notify_change(path->dentry, &newattrs, &delegated_inode); in utimes_common()
|
D | open.c | 61 ret = notify_change(dentry, &newattrs, NULL); in do_truncate() 517 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chmod_common() 597 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chown_common()
|
D | inode.c | 1672 return notify_change(dentry, &newattrs, NULL); in __remove_suid()
|
/linux-4.1.27/drivers/base/ |
D | devtmpfs.c | 219 notify_change(dentry, &newattrs, NULL); in handle_create() 325 notify_change(dentry, &newattrs, NULL); in handle_remove()
|
/linux-4.1.27/fs/cachefiles/ |
D | interface.c | 458 ret = notify_change(object->backer, &newattrs, NULL); in cachefiles_attr_changed() 465 ret = notify_change(object->backer, &newattrs, NULL); in cachefiles_attr_changed()
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 870 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_truncate() 971 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
|
/linux-4.1.27/fs/affs/ |
D | Changes | 115 really necessary as notify_change() will do
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 134 Callers of notify_change() need ->i_mutex now.
|
/linux-4.1.27/fs/nfsd/ |
D | vfs.c | 469 host_err = notify_change(dentry, iap, NULL); in nfsd_setattr()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2411 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2294 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate 2295 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
|
/linux-4.1.27/ |
D | CREDITS | 139 D: VFS fixes (new notify_change in particular)
|