tag | line | file | source code |
bhe | 80 | fs/ext/file.c | struct buffer_head ** bhb, ** bhe; |
bhe | 103 | fs/ext/file.c | bhb = bhe = buflist; |
bhe | 117 | fs/ext/file.c | if (bhb != bhe) |
bhe | 120 | fs/ext/file.c | if (*bhe) { |
bhe | 121 | fs/ext/file.c | wait_on_buffer(*bhe); |
bhe | 122 | fs/ext/file.c | if (!(*bhe)->b_uptodate) { |
bhe | 124 | fs/ext/file.c | brelse(*bhe); |
bhe | 125 | fs/ext/file.c | if (++bhe == &buflist[NBUF]) |
bhe | 126 | fs/ext/file.c | bhe = buflist; |
bhe | 127 | fs/ext/file.c | } while (bhe != bhb); |
bhe | 139 | fs/ext/file.c | if (*bhe) { |
bhe | 140 | fs/ext/file.c | memcpy_tofs(buf,offset+(*bhe)->b_data,chars); |
bhe | 141 | fs/ext/file.c | brelse(*bhe); |
bhe | 148 | fs/ext/file.c | if (++bhe == &buflist[NBUF]) |
bhe | 149 | fs/ext/file.c | bhe = buflist; |
bhe | 80 | fs/minix/file.c | struct buffer_head ** bhb, ** bhe; |
bhe | 103 | fs/minix/file.c | bhb = bhe = buflist; |
bhe | 117 | fs/minix/file.c | if (bhb != bhe) |
bhe | 120 | fs/minix/file.c | if (*bhe) { |
bhe | 121 | fs/minix/file.c | wait_on_buffer(*bhe); |
bhe | 122 | fs/minix/file.c | if (!(*bhe)->b_uptodate) { |
bhe | 124 | fs/minix/file.c | brelse(*bhe); |
bhe | 125 | fs/minix/file.c | if (++bhe == &buflist[NBUF]) |
bhe | 126 | fs/minix/file.c | bhe = buflist; |
bhe | 127 | fs/minix/file.c | } while (bhe != bhb); |
bhe | 139 | fs/minix/file.c | if (*bhe) { |
bhe | 140 | fs/minix/file.c | memcpy_tofs(buf,offset+(*bhe)->b_data,chars); |
bhe | 141 | fs/minix/file.c | brelse(*bhe); |
bhe | 148 | fs/minix/file.c | if (++bhe == &buflist[NBUF]) |
bhe | 149 | fs/minix/file.c | bhe = buflist; |