tag | line | file | source code |
---|---|---|---|
msdos_is_uptodate | 141 | fs/msdos/file.c | if (!msdos_is_uptodate(sb,bh)) bhreq[nbreq++] = bh; |
msdos_is_uptodate | 229 | fs/msdos/file.c | if (!msdos_is_uptodate(sb,bh)){ |
msdos_is_uptodate | 200 | fs/msdos/inode.c | if (bh == NULL || !msdos_is_uptodate(sb,bh)) { |
msdos_is_uptodate | 11 | fs/msdos/msbuffer.h | int msdos_is_uptodate (struct super_block *sb, struct buffer_head *bh); |