taglinefilesource code
notify_change135fs/inode.cinode->i_sb->s_op->notify_change)
notify_change136fs/inode.creturn inode->i_sb->s_op->notify_change(flags, inode);
notify_change89fs/open.cerror = notify_change(NOTIFY_SIZE, inode);
notify_change110fs/open.creturn notify_change(NOTIFY_SIZE, inode);
notify_change149fs/open.cerror = notify_change(NOTIFY_TIME, inode);
notify_change252fs/open.creturn notify_change(NOTIFY_MODE, inode);
notify_change276fs/open.cerror = notify_change(NOTIFY_MODE, inode);
notify_change303fs/open.creturn notify_change(NOTIFY_UIDGID, inode);
notify_change331fs/open.cerror = notify_change(NOTIFY_UIDGID, inode);
notify_change390fs/open.cif ((error = notify_change(NOTIFY_SIZE, inode))) {
notify_change295include/linux/fs.hint (*notify_change) (int flags, struct inode *);
notify_change350include/linux/fs.hextern int notify_change(int flags, struct inode * inode);