| tag | line | file | source code |
| MSDOS_I | 229 | fs/fat/cache.c | if (!(nr = MSDOS_I(inode)->i_start)) return 0; |
| MSDOS_I | 249 | fs/fat/cache.c | !MSDOS_I(inode)->i_start)) { |
| MSDOS_I | 267 | fs/fat/cache.c | if (!(nr = MSDOS_I(inode)->i_start)) return 0; |
| MSDOS_I | 281 | fs/fat/cache.c | MSDOS_I(inode)->i_start = 0; |
| MSDOS_I | 197 | fs/fat/file.c | if (filp->f_reada || !MSDOS_I(inode)->i_binary){ |
| MSDOS_I | 237 | fs/fat/file.c | if (MSDOS_I(inode)->i_binary) { |
| MSDOS_I | 279 | fs/fat/file.c | int binary_mode = MSDOS_I(inode)->i_binary; |
| MSDOS_I | 360 | fs/fat/file.c | MSDOS_I(inode)->i_attrs |= ATTR_ARCH; |
| MSDOS_I | 373 | fs/fat/file.c | MSDOS_I(inode)->i_attrs |= ATTR_ARCH; |
| MSDOS_I | 36 | fs/fat/inode.c | if (MSDOS_I(inode)->i_busy) fat_cache_inval_inode(inode); |
| MSDOS_I | 41 | fs/fat/inode.c | depend = MSDOS_I(inode)->i_depend; |
| MSDOS_I | 45 | fs/fat/inode.c | if (MSDOS_I(depend)->i_old != inode) { |
| MSDOS_I | 47 | fs/fat/inode.c | depend, inode, MSDOS_I(depend)->i_old); |
| MSDOS_I | 51 | fs/fat/inode.c | MSDOS_I(depend)->i_old = NULL; |
| MSDOS_I | 370 | fs/fat/inode.c | MSDOS_I(inode)->i_busy = 0; |
| MSDOS_I | 371 | fs/fat/inode.c | MSDOS_I(inode)->i_depend = MSDOS_I(inode)->i_old = NULL; |
| MSDOS_I | 372 | fs/fat/inode.c | MSDOS_I(inode)->i_binary = 1; |
| MSDOS_I | 387 | fs/fat/inode.c | MSDOS_I(inode)->i_start = 0; |
| MSDOS_I | 388 | fs/fat/inode.c | MSDOS_I(inode)->i_attrs = 0; |
| MSDOS_I | 405 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
| MSDOS_I | 432 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
| MSDOS_I | 437 | fs/fat/inode.c | if (MSDOS_I(inode)->sys_immutable) |
| MSDOS_I | 439 | fs/fat/inode.c | MSDOS_I(inode)->i_binary = is_binary(MSDOS_SB(inode->i_sb)->conversion, |
| MSDOS_I | 441 | fs/fat/inode.c | MSDOS_I(inode)->i_attrs = raw_entry->attr & ATTR_UNUSED; |
| MSDOS_I | 481 | fs/fat/inode.c | MSDOS_I(inode)->i_attrs; |
| MSDOS_I | 482 | fs/fat/inode.c | raw_entry->start = CT_LE_L(MSDOS_I(inode)->i_start); |
| MSDOS_I | 163 | fs/fat/misc.c | if ((curr = MSDOS_I(inode)->i_start) != 0) { |
| MSDOS_I | 182 | fs/fat/misc.c | MSDOS_I(inode)->i_start = nr; |
| MSDOS_I | 353 | fs/fat/misc.c | done = !MSDOS_I(inode)->i_busy; \ |
| MSDOS_I | 493 | fs/fat/misc.c | if ((curr = raw_scan(dir->i_sb,MSDOS_I(dir)->i_start,MSDOS_DOTDOT, |
| MSDOS_I | 529 | fs/fat/misc.c | if (!MSDOS_I(dir)->i_start) return 0; /* in mkdir */ |
| MSDOS_I | 530 | fs/fat/misc.c | else (void) raw_scan_nonroot(dir->i_sb,MSDOS_I(dir)->i_start, |
| MSDOS_I | 548 | fs/fat/misc.c | ? raw_scan(dir->i_sb,MSDOS_I(dir)->i_start, |
| MSDOS_I | 550 | fs/fat/misc.c | : raw_scan(dir->i_sb,MSDOS_I(dir)->i_start, |
| MSDOS_I | 225 | fs/msdos/namei.c | if (MSDOS_I(*result)->i_busy) { /* mkdir in progress */ |
| MSDOS_I | 231 | fs/msdos/namei.c | while (MSDOS_I(*result)->i_old) { |
| MSDOS_I | 232 | fs/msdos/namei.c | next = MSDOS_I(*result)->i_old; |
| MSDOS_I | 355 | fs/msdos/namei.c | if (MSDOS_I(dir)->i_start) { /* may be zero in mkdir */ |
| MSDOS_I | 440 | fs/msdos/namei.c | MSDOS_I(inode)->i_busy = 1; /* prevent lookups */ |
| MSDOS_I | 445 | fs/msdos/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(inode)->i_start; |
| MSDOS_I | 453 | fs/msdos/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(dir)->i_start; |
| MSDOS_I | 456 | fs/msdos/namei.c | MSDOS_I(inode)->i_busy = 0; |
| MSDOS_I | 500 | fs/msdos/namei.c | MSDOS_I(inode)->i_busy = 1; |
| MSDOS_I | 563 | fs/msdos/namei.c | MSDOS_I(new_inode)->i_busy = 1; |
| MSDOS_I | 579 | fs/msdos/namei.c | MSDOS_I(old_inode)->i_attrs = is_hid |
| MSDOS_I | 580 | fs/msdos/namei.c | ? (MSDOS_I(old_inode)->i_attrs | ATTR_HIDDEN) |
| MSDOS_I | 581 | fs/msdos/namei.c | : (MSDOS_I(old_inode)->i_attrs &~ ATTR_HIDDEN); |
| MSDOS_I | 652 | fs/msdos/namei.c | MSDOS_I(new_inode)->i_busy = 1; |
| MSDOS_I | 677 | fs/msdos/namei.c | MSDOS_I(old_inode)->i_busy = 1; |
| MSDOS_I | 685 | fs/msdos/namei.c | MSDOS_I(new_inode)->i_depend = free_inode; |
| MSDOS_I | 686 | fs/msdos/namei.c | MSDOS_I(free_inode)->i_old = new_inode; |
| MSDOS_I | 699 | fs/msdos/namei.c | dotdot_de->start = MSDOS_I(dotdot_inode)->i_start = |
| MSDOS_I | 700 | fs/msdos/namei.c | MSDOS_I(new_dir)->i_start; |
| MSDOS_I | 386 | fs/umsdos/dir.c | MSDOS_I(inode)->i_binary = 1; |
| MSDOS_I | 462 | fs/vfat/namei.c | done = !MSDOS_I(inode)->i_busy; |
| MSDOS_I | 947 | fs/vfat/namei.c | if (MSDOS_I(*result)->i_busy) { /* mkdir in progress */ |
| MSDOS_I | 953 | fs/vfat/namei.c | while (MSDOS_I(*result)->i_old) { |
| MSDOS_I | 954 | fs/vfat/namei.c | next = MSDOS_I(*result)->i_old; |
| MSDOS_I | 1058 | fs/vfat/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(dir)->i_start; |
| MSDOS_I | 1062 | fs/vfat/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(parent)->i_start; |
| MSDOS_I | 1120 | fs/vfat/namei.c | if (MSDOS_I(dir)->i_start) { /* may be zero in mkdir */ |
| MSDOS_I | 1190 | fs/vfat/namei.c | MSDOS_I(inode)->i_busy = 1; |
| MSDOS_I | 1317 | fs/vfat/namei.c | MSDOS_I(inode)->i_busy = 1; /* prevent lookups */ |
| MSDOS_I | 1321 | fs/vfat/namei.c | MSDOS_I(inode)->i_busy = 0; |
| MSDOS_I | 1456 | fs/vfat/namei.c | MSDOS_I(old_inode)->i_busy = 1; |
| MSDOS_I | 1489 | fs/vfat/namei.c | dotdot_de->start = MSDOS_I(dotdot_inode)->i_start = |
| MSDOS_I | 1490 | fs/vfat/namei.c | MSDOS_I(new_dir)->i_start; |