Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dcoredump.h32 * @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 Dcoredump.c83 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 Dattr.c262 * 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 Dutimes.c65 error = notify_change(path->dentry, &newattrs, &delegated_inode); in vfs_utimes()
H A Dopen.c64 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 Dattr.c355 * 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 Dutimes.c66 error = notify_change(mnt_idmap(path->mnt), path->dentry, &newattrs, in vfs_utimes()
H A Dopen.c66 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 Dcopy_up.c239 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 Dinode.c82 err = notify_change(upperdentry, attr, NULL); in ovl_setattr()
H A Ddir.c509 err = notify_change(newdentry, &attr, NULL); in ovl_create_over_whiteout()
/kernel/linux/linux-5.10/drivers/base/
H A Ddevtmpfs.c231 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 Dinterface.c473 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 Ddevtmpfs.c229 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 Dinterface.c141 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 Dinode.c280 * 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 Dinode.c280 * 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 Dinode.c728 * 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 Dinode.c729 * 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 Doverlayfs.h188 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 Dvfs.c388 * 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 Dvfs.c435 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 Dinode_merge.c819 err = notify_change(lower_dentry, &lower_ia, NULL); in hmdfs_setattr_merge()
H A Dinode_local.c896 err = notify_change(lower_dentry, &lower_ia, NULL); in hmdfs_setattr_local()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode_merge.c819 err = notify_change(&nop_mnt_idmap, lower_dentry, &lower_ia, NULL); in hmdfs_setattr_merge()

Completed in 30 milliseconds

12