tag | line | file | source code |
notify_change | 247 | fs/inode.c | inode->i_sb->s_op->notify_change) |
notify_change | 248 | fs/inode.c | return inode->i_sb->s_op->notify_change(flags, inode); |
notify_change | 410 | fs/namei.c | if ((error = notify_change(NOTIFY_SIZE, inode))) { |
notify_change | 93 | fs/open.c | error = notify_change(NOTIFY_SIZE, inode); |
notify_change | 116 | fs/open.c | return notify_change(NOTIFY_SIZE, inode); |
notify_change | 155 | fs/open.c | error = notify_change(NOTIFY_TIME, inode); |
notify_change | 268 | fs/open.c | return notify_change(NOTIFY_MODE, inode); |
notify_change | 294 | fs/open.c | error = notify_change(NOTIFY_MODE, inode); |
notify_change | 340 | fs/open.c | return notify_change(notify_flag | NOTIFY_UIDGID, inode); |
notify_change | 387 | fs/open.c | error = notify_change(notify_flag | NOTIFY_UIDGID, inode); |
notify_change | 153 | fs/read_write.c | notify_change (NOTIFY_MODE, inode); |
notify_change | 333 | include/linux/fs.h | int (*notify_change) (int flags, struct inode *); |
notify_change | 437 | include/linux/fs.h | extern int notify_change(int flags, struct inode * inode); |