tag | line | file | source code |
notify_change | 135 | fs/inode.c | inode->i_sb->s_op->notify_change) |
notify_change | 136 | fs/inode.c | return inode->i_sb->s_op->notify_change(flags, inode); |
notify_change | 89 | fs/open.c | error = notify_change(NOTIFY_SIZE, inode); |
notify_change | 110 | fs/open.c | return notify_change(NOTIFY_SIZE, inode); |
notify_change | 149 | fs/open.c | error = notify_change(NOTIFY_TIME, inode); |
notify_change | 252 | fs/open.c | return notify_change(NOTIFY_MODE, inode); |
notify_change | 276 | fs/open.c | error = notify_change(NOTIFY_MODE, inode); |
notify_change | 303 | fs/open.c | return notify_change(NOTIFY_UIDGID, inode); |
notify_change | 331 | fs/open.c | error = notify_change(NOTIFY_UIDGID, inode); |
notify_change | 390 | fs/open.c | if ((error = notify_change(NOTIFY_SIZE, inode))) { |
notify_change | 295 | include/linux/fs.h | int (*notify_change) (int flags, struct inode *); |
notify_change | 350 | include/linux/fs.h | extern int notify_change(int flags, struct inode * inode); |