Home
last modified time | relevance | path

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

/linux-4.1.27/fs/overlayfs/
Dcopy_up.c179 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()
Dinode.c70 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
/linux-4.1.27/fs/
Dattr.c190 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function
278 EXPORT_SYMBOL(notify_change);
Dutimes.c107 error = notify_change(path->dentry, &newattrs, &delegated_inode); in utimes_common()
Dopen.c61 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()
Dinode.c1672 return notify_change(dentry, &newattrs, NULL); in __remove_suid()
/linux-4.1.27/drivers/base/
Ddevtmpfs.c219 notify_change(dentry, &newattrs, NULL); in handle_create()
325 notify_change(dentry, &newattrs, NULL); in handle_remove()
/linux-4.1.27/fs/cachefiles/
Dinterface.c458 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/
Dinode.c870 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/
DChanges115 really necessary as notify_change() will do
/linux-4.1.27/Documentation/filesystems/
Dporting134 Callers of notify_change() need ->i_mutex now.
/linux-4.1.27/fs/nfsd/
Dvfs.c469 host_err = notify_change(dentry, iap, NULL); in nfsd_setattr()
/linux-4.1.27/include/linux/
Dfs.h2411 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
/linux-4.1.27/Documentation/trace/
Dftrace.txt2294 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
2295 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
/linux-4.1.27/
DCREDITS139 D: VFS fixes (new notify_change in particular)