/linux-6.6.21/include/net/bluetooth/ |
D | coredump.h | 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() argument
|
/linux-6.6.21/net/bluetooth/ |
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() argument 418 hdev->dump.notify_change = notify_change; in hci_devcd_register()
|
/linux-6.6.21/fs/ |
D | attr.c | 381 int notify_change(struct mnt_idmap *idmap, struct dentry *dentry, in notify_change() function 511 EXPORT_SYMBOL(notify_change);
|
D | utimes.c | 66 error = notify_change(mnt_idmap(path->mnt), path->dentry, &newattrs, in vfs_utimes()
|
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()
|
D | inode.c | 2063 return notify_change(idmap, dentry, &newattrs, NULL); in __remove_privs()
|
/linux-6.6.21/drivers/base/ |
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()
|
/linux-6.6.21/fs/cachefiles/ |
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()
|
/linux-6.6.21/fs/ecryptfs/ |
D | inode.c | 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()
|
/linux-6.6.21/fs/affs/ |
D | Changes | 115 really necessary as notify_change() will do
|
/linux-6.6.21/fs/overlayfs/ |
D | overlayfs.h | 188 return notify_change(ovl_upper_mnt_idmap(ofs), upperdentry, attr, NULL); in ovl_do_notify_change()
|
/linux-6.6.21/fs/nfsd/ |
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()
|
/linux-6.6.21/fs/smb/server/ |
D | smbacl.c | 1431 rc = notify_change(idmap, path->dentry, &newattrs, NULL); in set_info_sec()
|
D | smb2pdu.c | 5744 rc = notify_change(idmap, dentry, &attrs, NULL); in set_file_basic_info()
|
/linux-6.6.21/include/linux/ |
D | fs.h | 2667 int notify_change(struct mnt_idmap *, struct dentry *,
|
/linux-6.6.21/Documentation/filesystems/ |
D | porting.rst | 158 Callers of notify_change() need ->i_mutex now.
|
/linux-6.6.21/Documentation/trace/ |
D | ftrace.rst | 3107 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate 3108 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
|
/linux-6.6.21/ |
D | CREDITS | 143 D: VFS fixes (new notify_change in particular)
|