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 | 426 | 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 | 286 | fs/open.c | return notify_change(inode, &newattrs); |
notify_change | 308 | fs/open.c | error = notify_change(inode, &newattrs); |
notify_change | 349 | fs/open.c | return notify_change(inode, &newattrs); |
notify_change | 389 | fs/open.c | error = notify_change(inode, &newattrs); |
notify_change | 169 | fs/read_write.c | notify_change(inode, &newattrs); |
notify_change | 364 | include/linux/fs.h | int (*notify_change) (struct inode *, struct iattr *); |
notify_change | 468 | include/linux/fs.h | extern int notify_change(struct inode *, struct iattr *); |