tag | line | file | source code |
---|---|---|---|
res_bh | 239 | fs/msdos/misc.c | int msdos_scan(struct inode *dir,char *name,struct buffer_head **res_bh, |
res_bh | 247 | fs/msdos/misc.c | *res_bh = NULL; |
res_bh | 248 | fs/msdos/misc.c | while ((*ino = msdos_get_entry(dir,&pos,res_bh,&de)) > -1) { |
res_bh | 266 | fs/msdos/misc.c | if (*res_bh) brelse(*res_bh); |
res_bh | 267 | fs/msdos/misc.c | *res_bh = NULL; |
res_bh | 121 | include/linux/msdos_fs.h | extern int msdos_scan(struct inode *dir,char *name,struct buffer_head **res_bh, |