Symbol: notify_change
drivers/base/devtmpfs.c
242
notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL);
drivers/base/devtmpfs.c
342
notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL);
fs/attr.c
567
EXPORT_SYMBOL(notify_change);
fs/cachefiles/interface.c
147
ret = notify_change(&nop_mnt_idmap, file->f_path.dentry,
fs/cachefiles/interface.c
157
ret = notify_change(&nop_mnt_idmap, file->f_path.dentry,
fs/ecryptfs/inode.c
858
rc = notify_change(&nop_mnt_idmap, lower_dentry,
fs/ecryptfs/inode.c
964
rc = notify_change(&nop_mnt_idmap, lower_dentry, &lower_ia, NULL);
fs/inode.c
2314
return notify_change(idmap, dentry, &newattrs, NULL);
fs/nfsd/nfs4state.c
1251
ret = notify_change(&nop_mnt_idmap, f->f_path.dentry, &ia, NULL);
fs/nfsd/nfs4state.c
9325
ret = notify_change(&nop_mnt_idmap, dentry, &attrs, NULL);
fs/nfsd/vfs.c
458
host_err = notify_change(&nop_mnt_idmap, dentry, &size_attr, NULL);
fs/nfsd/vfs.c
484
return notify_change(&nop_mnt_idmap, dentry, iap, NULL);
fs/open.c
639
error = notify_change(mnt_idmap(path->mnt), path->dentry,
fs/open.c
68
ret = notify_change(idmap, dentry, &newattrs, NULL);
fs/open.c
778
error = notify_change(idmap, path->dentry, &newattrs,
fs/overlayfs/overlayfs.h
209
return notify_change(ovl_upper_mnt_idmap(ofs), upperdentry, attr, NULL);
fs/smb/server/smb2pdu.c
6298
rc = notify_change(idmap, dentry, &attrs, NULL);
fs/smb/server/smbacl.c
1505
rc = notify_change(idmap, path->dentry, &newattrs, NULL);
fs/utimes.c
67
error = notify_change(mnt_idmap(path->mnt), path->dentry, &newattrs,
include/linux/fs.h
2667
int notify_change(struct mnt_idmap *, struct dentry *,
include/net/bluetooth/coredump.h
58
notify_change_t notify_change;
include/net/bluetooth/coredump.h
68
dmp_hdr_t dmp_hdr, notify_change_t notify_change);
include/net/bluetooth/coredump.h
83
notify_change_t notify_change)
net/bluetooth/coredump.c
422
dmp_hdr_t dmp_hdr, notify_change_t notify_change)
net/bluetooth/coredump.c
436
hdev->dump.notify_change = notify_change;
net/bluetooth/coredump.c
83
if (hdev->dump.notify_change)
net/bluetooth/coredump.c
84
hdev->dump.notify_change(hdev, state);