| tag | line | file | source code |
| i_mount | 220 | fs/inode.c | (inode->i_mount != inode ? 1 : 2)) |
| i_mount | 623 | fs/inode.c | if (crossmntp && inode->i_mount) { |
| i_mount | 624 | fs/inode.c | struct inode * tmp = inode->i_mount; |
| i_mount | 596 | fs/super.c | if (!sb->s_covered->i_mount) |
| i_mount | 607 | fs/super.c | sb->s_covered->i_mount = NULL; |
| i_mount | 706 | fs/super.c | if (dir_i->i_count != 1 || dir_i->i_mount) { |
| i_mount | 733 | fs/super.c | dir_i->i_mount = sb->s_mounted; |
| i_mount | 1048 | fs/super.c | if (!error && (inode->i_count != 1 || inode->i_mount)) error = -EBUSY; |
| i_mount | 1057 | fs/super.c | old_root->i_mount = old_root; |
| i_mount | 1076 | fs/super.c | inode->i_mount = old_root; |
| i_mount | 291 | include/linux/fs.h | struct inode *i_mount; |