taglinefilesource code
notify_change312fs/inode.cinode->i_sb->s_op->notify_change) 
notify_change313fs/inode.creturn inode->i_sb->s_op->notify_change(inode, attr);
notify_change425fs/namei.cif ((error = notify_change(inode, &newattrs))) {
notify_change76fs/open.creturn notify_change(inode, &newattrs);
notify_change171fs/open.cerror = notify_change(inode, &newattrs);
notify_change219fs/open.cerror = notify_change(inode, &newattrs);
notify_change332fs/open.creturn notify_change(inode, &newattrs);
notify_change358fs/open.cerror = notify_change(inode, &newattrs);
notify_change401fs/open.creturn notify_change(inode, &newattrs);
notify_change445fs/open.cerror = notify_change(inode, &newattrs);
notify_change150fs/read_write.cnotify_change(inode, &newattrs);
notify_change371include/linux/fs.hint (*notify_change) (struct inode *, struct iattr *);
notify_change475include/linux/fs.hextern int notify_change(struct inode *, struct iattr *);