tag | line | file | source code |
notify_change | 312 | fs/inode.c | inode->i_sb->s_op->notify_change) |
notify_change | 313 | fs/inode.c | return inode->i_sb->s_op->notify_change(inode, attr); |
notify_change | 425 | fs/namei.c | if ((error = notify_change(inode, &newattrs))) { |
notify_change | 105 | fs/open.c | error = notify_change(inode, &newattrs); |
notify_change | 131 | fs/open.c | return notify_change(inode, &newattrs); |
notify_change | 175 | fs/open.c | error = notify_change(inode, &newattrs); |
notify_change | 223 | fs/open.c | error = notify_change(inode, &newattrs); |
notify_change | 336 | fs/open.c | return notify_change(inode, &newattrs); |
notify_change | 362 | fs/open.c | error = notify_change(inode, &newattrs); |
notify_change | 405 | fs/open.c | return notify_change(inode, &newattrs); |
notify_change | 449 | fs/open.c | error = notify_change(inode, &newattrs); |
notify_change | 148 | fs/read_write.c | notify_change(inode, &newattrs); |
notify_change | 373 | include/linux/fs.h | int (*notify_change) (struct inode *, struct iattr *); |
notify_change | 477 | include/linux/fs.h | extern int notify_change(struct inode *, struct iattr *); |