/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | coredump.h | 32 * @notify_change: Notify driver when devcoredump state has changed 58 notify_change_t notify_change; member 68 dmp_hdr_t dmp_hdr, notify_change_t notify_change); 83 notify_change_t notify_change) in hci_devcd_register() 81 hci_devcd_register(struct hci_dev *hdev, coredump_t coredump, dmp_hdr_t dmp_hdr, notify_change_t notify_change) hci_devcd_register() argument
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | coredump.c | 83 if (hdev->dump.notify_change) in hci_devcd_notify() 84 hdev->dump.notify_change(hdev, state); in hci_devcd_notify() 404 dmp_hdr_t dmp_hdr, notify_change_t notify_change) in hci_devcd_register() 418 hdev->dump.notify_change = notify_change; in hci_devcd_register() 403 hci_devcd_register(struct hci_dev *hdev, coredump_t coredump, dmp_hdr_t dmp_hdr, notify_change_t notify_change) hci_devcd_register() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | attr.c | 262 * notify_change - modify attributes of a filesytem object 269 * If notify_change discovers a delegation in need of breaking, 281 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change() function 358 * no function will ever call notify_change with both ATTR_MODE and in notify_change() 422 EXPORT_SYMBOL(notify_change); variable
|
H A D | utimes.c | 65 error = notify_change(path->dentry, &newattrs, &delegated_inode); in vfs_utimes()
|
H A D | open.c | 64 ret = notify_change(dentry, &newattrs, NULL); in do_truncate() 583 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chmod_common() 674 error = notify_change(path->dentry, &newattrs, &delegated_inode); in chown_common()
|
/kernel/linux/linux-6.6/fs/ |
H A D | attr.c | 355 * notify_change - modify attributes of a filesytem object 363 * If notify_change discovers a delegation in need of breaking, 381 int notify_change(struct mnt_idmap *idmap, struct dentry *dentry, in notify_change() function 443 * no function will ever call notify_change with both ATTR_MODE and in notify_change() 511 EXPORT_SYMBOL(notify_change); variable
|
H A D | utimes.c | 66 error = notify_change(mnt_idmap(path->mnt), path->dentry, &newattrs, in vfs_utimes()
|
H A D | open.c | 66 ret = notify_change(idmap, dentry, &newattrs, NULL); in do_truncate() 643 error = notify_change(mnt_idmap(path->mnt), path->dentry, in chmod_common() 783 error = notify_change(idmap, path->dentry, &newattrs, in chown_common()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | copy_up.c | 239 return notify_change(upperdentry, &attr, NULL); in ovl_set_size() 251 return notify_change(upperdentry, &attr, NULL); in ovl_set_timestamps() 263 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr() 271 err = notify_change(upperdentry, &attr, NULL); in ovl_set_attr()
|
H A D | inode.c | 82 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
|
H A D | dir.c | 509 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | devtmpfs.c | 231 notify_change(dentry, &newattrs, NULL); in handle_create() 338 notify_change(dentry, &newattrs, NULL); in handle_remove()
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | devtmpfs.c | 229 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_create() 337 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_remove()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | interface.c | 141 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size() 151 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size()
|
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | inode.c | 280 * calling notify_change on the lower inode. in sharefs_setattr() 326 err = notify_change(lower_dentry, &lower_ia, /* note: lower_ia */ in sharefs_setattr() 337 * VFS should update our inode size, and notify_change on in sharefs_setattr()
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | inode.c | 280 * calling notify_change on the lower inode. in sharefs_setattr() 326 err = notify_change(lower_dentry, &lower_ia, /* note: lower_ia */ in sharefs_setattr() 337 * VFS should update our inode size, and notify_change on in sharefs_setattr()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | inode.c | 728 * the caller must use lower_ia in a call to notify_change() to perform 866 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_truncate() 970 rc = notify_change(lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | inode.c | 729 * the caller must use lower_ia in a call to notify_change() to perform 867 rc = notify_change(&nop_mnt_idmap, lower_dentry, in ecryptfs_truncate() 976 rc = notify_change(&nop_mnt_idmap, lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 188 return notify_change(ovl_upper_mnt_idmap(ofs), upperdentry, attr, NULL); in ovl_do_notify_change()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.c | 388 * situation, we should return EPERM(notify_change will return this). in nfsd_setattr() 451 host_err = notify_change(dentry, &size_attr, NULL); in nfsd_setattr() 466 host_err = notify_change(dentry, iap, NULL); in nfsd_setattr()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.c | 435 host_err = notify_change(&nop_mnt_idmap, dentry, &size_attr, NULL); in __nfsd_setattr() 453 return notify_change(&nop_mnt_idmap, dentry, iap, NULL); in __nfsd_setattr() 497 * situation, we should return EPERM(notify_change will return this). in nfsd_setattr() 544 * notify_change() can alter its iattr argument, making in nfsd_setattr()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_merge.c | 819 err = notify_change(lower_dentry, &lower_ia, NULL); in hmdfs_setattr_merge()
|
H A D | inode_local.c | 896 err = notify_change(lower_dentry, &lower_ia, NULL); in hmdfs_setattr_local()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_merge.c | 819 err = notify_change(&nop_mnt_idmap, lower_dentry, &lower_ia, NULL); in hmdfs_setattr_merge()
|