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_change105fs/open.cerror = notify_change(inode, &newattrs);
notify_change131fs/open.creturn notify_change(inode, &newattrs);
notify_change175fs/open.cerror = notify_change(inode, &newattrs);
notify_change223fs/open.cerror = notify_change(inode, &newattrs);
notify_change336fs/open.creturn notify_change(inode, &newattrs);
notify_change362fs/open.cerror = notify_change(inode, &newattrs);
notify_change405fs/open.creturn notify_change(inode, &newattrs);
notify_change449fs/open.cerror = notify_change(inode, &newattrs);
notify_change148fs/read_write.cnotify_change(inode, &newattrs);
notify_change373include/linux/fs.hint (*notify_change) (struct inode *, struct iattr *);
notify_change477include/linux/fs.hextern int notify_change(struct inode *, struct iattr *);