tag | line | file | source code |
MSDOS_I | 230 | fs/fat/cache.c | if (!(nr = MSDOS_I(inode)->i_start)) return 0; |
MSDOS_I | 250 | fs/fat/cache.c | !MSDOS_I(inode)->i_start)) { |
MSDOS_I | 268 | fs/fat/cache.c | if (!(nr = MSDOS_I(inode)->i_start)) return 0; |
MSDOS_I | 282 | fs/fat/cache.c | MSDOS_I(inode)->i_start = 0; |
MSDOS_I | 198 | fs/fat/file.c | if (filp->f_reada || !MSDOS_I(inode)->i_binary){ |
MSDOS_I | 238 | fs/fat/file.c | if (MSDOS_I(inode)->i_binary) { |
MSDOS_I | 280 | fs/fat/file.c | int binary_mode = MSDOS_I(inode)->i_binary; |
MSDOS_I | 362 | fs/fat/file.c | MSDOS_I(inode)->i_attrs |= ATTR_ARCH; |
MSDOS_I | 375 | fs/fat/file.c | MSDOS_I(inode)->i_attrs |= ATTR_ARCH; |
MSDOS_I | 34 | fs/fat/inode.c | depend = MSDOS_I(inode)->i_depend; |
MSDOS_I | 35 | fs/fat/inode.c | linked = MSDOS_I(inode)->i_linked; |
MSDOS_I | 43 | fs/fat/inode.c | MSDOS_I(inode)->i_linked = NULL; |
MSDOS_I | 45 | fs/fat/inode.c | if (MSDOS_I(inode)->i_busy) fat_cache_inval_inode(inode); |
MSDOS_I | 52 | fs/fat/inode.c | if (MSDOS_I(depend)->i_old != inode) { |
MSDOS_I | 54 | fs/fat/inode.c | depend, inode, MSDOS_I(depend)->i_old); |
MSDOS_I | 58 | fs/fat/inode.c | MSDOS_I(depend)->i_old = NULL; |
MSDOS_I | 62 | fs/fat/inode.c | if (MSDOS_I(linked)->i_oldlink != inode) { |
MSDOS_I | 64 | fs/fat/inode.c | linked, inode, MSDOS_I(linked)->i_oldlink); |
MSDOS_I | 68 | fs/fat/inode.c | MSDOS_I(linked)->i_oldlink = NULL; |
MSDOS_I | 387 | fs/fat/inode.c | MSDOS_I(inode)->i_busy = 0; |
MSDOS_I | 388 | fs/fat/inode.c | MSDOS_I(inode)->i_depend = MSDOS_I(inode)->i_old = NULL; |
MSDOS_I | 389 | fs/fat/inode.c | MSDOS_I(inode)->i_linked = MSDOS_I(inode)->i_oldlink = NULL; |
MSDOS_I | 390 | fs/fat/inode.c | MSDOS_I(inode)->i_binary = 1; |
MSDOS_I | 406 | fs/fat/inode.c | MSDOS_I(inode)->i_start = 0; |
MSDOS_I | 407 | fs/fat/inode.c | MSDOS_I(inode)->i_attrs = 0; |
MSDOS_I | 424 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
MSDOS_I | 454 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
MSDOS_I | 461 | fs/fat/inode.c | MSDOS_I(inode)->i_binary = is_binary(MSDOS_SB(inode->i_sb)->options.conversion, |
MSDOS_I | 463 | fs/fat/inode.c | MSDOS_I(inode)->i_attrs = raw_entry->attr & ATTR_UNUSED; |
MSDOS_I | 485 | fs/fat/inode.c | linked = MSDOS_I(inode)->i_linked; |
MSDOS_I | 487 | fs/fat/inode.c | if (MSDOS_I(linked)->i_oldlink != inode) { |
MSDOS_I | 489 | fs/fat/inode.c | linked, inode, MSDOS_I(linked)->i_oldlink); |
MSDOS_I | 503 | fs/fat/inode.c | MSDOS_I(linked)->i_attrs = MSDOS_I(inode)->i_attrs; |
MSDOS_I | 526 | fs/fat/inode.c | MSDOS_I(inode)->i_attrs; |
MSDOS_I | 527 | fs/fat/inode.c | raw_entry->start = CT_LE_W(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 | 233 | fs/msdos/namei.c | if (MSDOS_I(*result)->i_busy) { /* mkdir in progress */ |
MSDOS_I | 239 | fs/msdos/namei.c | while (MSDOS_I(*result)->i_old) { |
MSDOS_I | 240 | fs/msdos/namei.c | next = MSDOS_I(*result)->i_old; |
MSDOS_I | 366 | fs/msdos/namei.c | if (MSDOS_I(dir)->i_start) { /* may be zero in mkdir */ |
MSDOS_I | 453 | fs/msdos/namei.c | MSDOS_I(inode)->i_busy = 1; /* prevent lookups */ |
MSDOS_I | 458 | fs/msdos/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(inode)->i_start; |
MSDOS_I | 466 | fs/msdos/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(dir)->i_start; |
MSDOS_I | 469 | fs/msdos/namei.c | MSDOS_I(inode)->i_busy = 0; |
MSDOS_I | 513 | fs/msdos/namei.c | MSDOS_I(inode)->i_busy = 1; |
MSDOS_I | 577 | fs/msdos/namei.c | MSDOS_I(new_inode)->i_busy = 1; |
MSDOS_I | 593 | fs/msdos/namei.c | MSDOS_I(old_inode)->i_attrs = is_hid |
MSDOS_I | 594 | fs/msdos/namei.c | ? (MSDOS_I(old_inode)->i_attrs | ATTR_HIDDEN) |
MSDOS_I | 595 | fs/msdos/namei.c | : (MSDOS_I(old_inode)->i_attrs &~ ATTR_HIDDEN); |
MSDOS_I | 667 | fs/msdos/namei.c | MSDOS_I(new_inode)->i_busy = 1; |
MSDOS_I | 692 | fs/msdos/namei.c | MSDOS_I(old_inode)->i_busy = 1; |
MSDOS_I | 693 | fs/msdos/namei.c | MSDOS_I(old_inode)->i_linked = free_inode; |
MSDOS_I | 694 | fs/msdos/namei.c | MSDOS_I(free_inode)->i_oldlink = old_inode; |
MSDOS_I | 701 | fs/msdos/namei.c | MSDOS_I(new_inode)->i_depend = free_inode; |
MSDOS_I | 702 | fs/msdos/namei.c | MSDOS_I(free_inode)->i_old = new_inode; |
MSDOS_I | 718 | fs/msdos/namei.c | dotdot_de->start = MSDOS_I(dotdot_inode)->i_start = |
MSDOS_I | 719 | 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 | 568 | fs/vfat/namei.c | done = !MSDOS_I(inode)->i_busy; |
MSDOS_I | 959 | fs/vfat/namei.c | if (MSDOS_I(*result)->i_busy) { /* mkdir in progress */ |
MSDOS_I | 965 | fs/vfat/namei.c | while (MSDOS_I(*result)->i_old) { |
MSDOS_I | 966 | fs/vfat/namei.c | next = MSDOS_I(*result)->i_old; |
MSDOS_I | 1069 | fs/vfat/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(dir)->i_start; |
MSDOS_I | 1073 | fs/vfat/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(parent)->i_start; |
MSDOS_I | 1131 | fs/vfat/namei.c | if (MSDOS_I(dir)->i_start) { /* may be zero in mkdir */ |
MSDOS_I | 1199 | fs/vfat/namei.c | MSDOS_I(inode)->i_busy = 1; |
MSDOS_I | 1327 | fs/vfat/namei.c | MSDOS_I(inode)->i_busy = 1; /* prevent lookups */ |
MSDOS_I | 1331 | fs/vfat/namei.c | MSDOS_I(inode)->i_busy = 0; |
MSDOS_I | 1475 | fs/vfat/namei.c | MSDOS_I(old_inode)->i_busy = 1; |
MSDOS_I | 1476 | fs/vfat/namei.c | MSDOS_I(old_inode)->i_linked = new_inode; |
MSDOS_I | 1477 | fs/vfat/namei.c | MSDOS_I(new_inode)->i_oldlink = old_inode; |
MSDOS_I | 1512 | fs/vfat/namei.c | dotdot_de->start = MSDOS_I(dotdot_inode)->i_start = |
MSDOS_I | 1513 | fs/vfat/namei.c | MSDOS_I(new_dir)->i_start; |