| /linux/include/net/bluetooth/ |
| H A 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/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() 422 dmp_hdr_t dmp_hdr, notify_change_t notify_change) in hci_devcd_register() argument 436 hdev->dump.notify_change = notify_change; in hci_devcd_register()
|
| /linux/fs/ |
| H A D | attr.c | 427 int notify_change(struct mnt_idmap *idmap, struct dentry *dentry, in notify_change() function 567 EXPORT_SYMBOL(notify_change);
|
| H A D | utimes.c | 67 error = notify_change(mnt_idmap(path->mnt), path->dentry, &newattrs, in vfs_utimes()
|
| H A D | open.c | 68 ret = notify_change(idmap, dentry, &newattrs, NULL); in do_truncate() 639 error = notify_change(mnt_idmap(path->mnt), path->dentry, in chmod_common() 778 error = notify_change(idmap, path->dentry, &newattrs, in chown_common()
|
| H A D | inode.c | 2314 return notify_change(idmap, dentry, &newattrs, NULL); in __remove_privs()
|
| /linux/drivers/base/ |
| H A D | devtmpfs.c | 242 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_create() 342 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_remove()
|
| /linux/fs/cachefiles/ |
| H A D | interface.c | 147 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size() 157 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size()
|
| /linux/fs/ecryptfs/ |
| H A D | inode.c | 858 rc = notify_change(&nop_mnt_idmap, lower_dentry, in ecryptfs_truncate() 964 rc = notify_change(&nop_mnt_idmap, lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
|
| /linux/fs/affs/ |
| H A D | Changes | 115 really necessary as notify_change() will do
|
| /linux/fs/overlayfs/ |
| H A D | overlayfs.h | 209 return notify_change(ovl_upper_mnt_idmap(ofs), upperdentry, attr, NULL); in ovl_do_notify_change()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 458 host_err = notify_change(&nop_mnt_idmap, dentry, &size_attr, NULL); in __nfsd_setattr() 484 return notify_change(&nop_mnt_idmap, dentry, iap, NULL); in __nfsd_setattr()
|
| H A D | nfs4state.c | 1251 ret = notify_change(&nop_mnt_idmap, f->f_path.dentry, &ia, NULL); in nfsd4_finalize_deleg_timestamps() 9325 ret = notify_change(&nop_mnt_idmap, dentry, &attrs, NULL); in cb_getattr_update_times()
|
| /linux/fs/smb/server/ |
| H A D | smbacl.c | 1505 rc = notify_change(idmap, path->dentry, &newattrs, NULL); in set_info_sec()
|
| H A D | smb2pdu.c | 6298 rc = notify_change(idmap, dentry, &attrs, NULL); in set_file_basic_info()
|
| /linux/include/linux/ |
| H A D | fs.h | 2667 int notify_change(struct mnt_idmap *, struct dentry *,
|
| /linux/Documentation/filesystems/ |
| H A D | porting.rst | 158 Callers of notify_change() need ->i_mutex now.
|
| /linux/Documentation/trace/ |
| H A D | ftrace.rst | 3208 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate 3209 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
|
| /linux/ |
| H A D | CREDITS | 152 D: VFS fixes (new notify_change in particular)
|