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_change426fs/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_change286fs/open.creturn notify_change(inode, &newattrs);
notify_change308fs/open.cerror = notify_change(inode, &newattrs);
notify_change349fs/open.creturn notify_change(inode, &newattrs);
notify_change389fs/open.cerror = notify_change(inode, &newattrs);
notify_change169fs/read_write.cnotify_change(inode, &newattrs);
notify_change364include/linux/fs.hint (*notify_change) (struct inode *, struct iattr *);
notify_change468include/linux/fs.hextern int notify_change(struct inode *, struct iattr *);