Searched refs:notify_change (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/fs/
H A Dattr.c171 * notify_change - modify attributes of a filesytem object
178 * If notify_change discovers a delegation in need of breaking,
190 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) notify_change() function
233 * no function will ever call notify_change with both ATTR_MODE and notify_change()
278 EXPORT_SYMBOL(notify_change); variable
H A Dutimes.c107 error = notify_change(path->dentry, &newattrs, &delegated_inode); utimes_common()
H A Dopen.c63 ret = notify_change(dentry, &newattrs, NULL); do_truncate()
519 error = notify_change(path->dentry, &newattrs, &delegated_inode); chmod_common()
599 error = notify_change(path->dentry, &newattrs, &delegated_inode); chown_common()
H A Dinode.c1695 * Return mask of changes for notify_change() that need to be done as a
1724 * Note we call this on write, so notify_change will not __remove_privs()
1727 return notify_change(dentry, &newattrs, NULL); __remove_privs()
/linux-4.4.14/fs/hostfs/
H A Dhostfs.h33 * callers of notify_change() to notify that the setuid/setgid bits must be
35 * notify_change() will delete those flags, make sure attr->ia_valid & ATTR_MODE
/linux-4.4.14/fs/overlayfs/
H A Dcopy_up.c179 return notify_change(upperdentry, &attr, NULL); ovl_set_timestamps()
191 err = notify_change(upperdentry, &attr, NULL); ovl_set_attr()
199 err = notify_change(upperdentry, &attr, NULL); ovl_set_attr()
H A Dinode.c67 err = notify_change(upperdentry, attr, NULL); ovl_setattr()
/linux-4.4.14/drivers/base/
H A Ddevtmpfs.c219 notify_change(dentry, &newattrs, NULL); handle_create()
325 notify_change(dentry, &newattrs, NULL); handle_remove()
/linux-4.4.14/fs/cachefiles/
H A Dinterface.c458 ret = notify_change(object->backer, &newattrs, NULL); cachefiles_attr_changed()
465 ret = notify_change(object->backer, &newattrs, NULL); cachefiles_attr_changed()
/linux-4.4.14/security/integrity/ima/
H A Dima_appraise.c312 * This function is called from notify_change(), which expects the caller
/linux-4.4.14/include/linux/
H A Dfsnotify.h278 * fsnotify_change - notify_change event. file was modified and/or metadata
H A Dfs.h238 * This is the Inode Attributes structure, used for notify_change(). It
2446 extern int notify_change(struct dentry *, struct iattr *, struct inode **);
H A Dlsm_hooks.h333 * call to notify_change is performed from several locations, whenever
/linux-4.4.14/fs/affs/
H A Dinode.c219 pr_debug("notify_change(%lu,0x%x)\n", inode->i_ino, attr->ia_valid); affs_notify_change()
/linux-4.4.14/fs/ecryptfs/
H A Dinode.c729 * the caller must use lower_ia in a call to notify_change() to perform
867 rc = notify_change(lower_dentry, &lower_ia, NULL); ecryptfs_truncate()
968 rc = notify_change(lower_dentry, &lower_ia, NULL); ecryptfs_setattr()
/linux-4.4.14/security/integrity/evm/
H A Devm_main.c432 * This function is called from notify_change(), which expects the caller
/linux-4.4.14/fs/hfs/
H A Dinode.c589 * This is the notify_change() field in the super_operations structure
/linux-4.4.14/fs/nfsd/
H A Dnfsproc.c108 * This will cause notify_change to set these times nfsd_proc_setattr()
H A Dvfs.c433 host_err = notify_change(dentry, iap, NULL); nfsd_setattr()
/linux-4.4.14/fs/ntfs/
H A Dinode.c2877 * ntfs_setattr - called from notify_change() when an attribute is being changed
/linux-4.4.14/fs/reiserfs/
H A Dinode.c3319 /* must be turned off for recursive notify_change calls */ reiserfs_setattr()
/linux-4.4.14/fs/ext4/
H A Dinode.c4745 * Called from notify_change.

Completed in 557 milliseconds