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_change430fs/namei.cif ((error = notify_change(inode, &newattrs))) {
notify_change100fs/open.cerror = notify_change(inode, &newattrs);
notify_change126fs/open.creturn notify_change(inode, &newattrs);
notify_change170fs/open.cerror = notify_change(inode, &newattrs);
notify_change281fs/open.creturn notify_change(inode, &newattrs);
notify_change303fs/open.cerror = notify_change(inode, &newattrs);
notify_change344fs/open.creturn notify_change(inode, &newattrs);
notify_change384fs/open.cerror = notify_change(inode, &newattrs);
notify_change168fs/read_write.cnotify_change(inode, &newattrs);
notify_change363include/linux/fs.hint (*notify_change) (struct inode *, struct iattr *);
notify_change467include/linux/fs.hextern int notify_change(struct inode *, struct iattr *);