tag | line | file | source code |
i_start | 229 | fs/fat/cache.c | if (!(nr = MSDOS_I(inode)->i_start)) return 0; |
i_start | 249 | fs/fat/cache.c | !MSDOS_I(inode)->i_start)) { |
i_start | 267 | fs/fat/cache.c | if (!(nr = MSDOS_I(inode)->i_start)) return 0; |
i_start | 281 | fs/fat/cache.c | MSDOS_I(inode)->i_start = 0; |
i_start | 387 | fs/fat/inode.c | MSDOS_I(inode)->i_start = 0; |
i_start | 405 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
i_start | 435 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
i_start | 485 | fs/fat/inode.c | raw_entry->start = CT_LE_L(MSDOS_I(inode)->i_start); |
i_start | 163 | fs/fat/misc.c | if ((curr = MSDOS_I(inode)->i_start) != 0) { |
i_start | 182 | fs/fat/misc.c | MSDOS_I(inode)->i_start = nr; |
i_start | 493 | fs/fat/misc.c | if ((curr = raw_scan(dir->i_sb,MSDOS_I(dir)->i_start,MSDOS_DOTDOT, |
i_start | 529 | fs/fat/misc.c | if (!MSDOS_I(dir)->i_start) return 0; /* in mkdir */ |
i_start | 530 | fs/fat/misc.c | else (void) raw_scan_nonroot(dir->i_sb,MSDOS_I(dir)->i_start, |
i_start | 548 | fs/fat/misc.c | ? raw_scan(dir->i_sb,MSDOS_I(dir)->i_start, |
i_start | 550 | fs/fat/misc.c | : raw_scan(dir->i_sb,MSDOS_I(dir)->i_start, |
i_start | 366 | fs/msdos/namei.c | if (MSDOS_I(dir)->i_start) { /* may be zero in mkdir */ |
i_start | 458 | fs/msdos/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(inode)->i_start; |
i_start | 466 | fs/msdos/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(dir)->i_start; |
i_start | 716 | fs/msdos/namei.c | dotdot_de->start = MSDOS_I(dotdot_inode)->i_start = |
i_start | 717 | fs/msdos/namei.c | MSDOS_I(new_dir)->i_start; |
i_start | 1069 | fs/vfat/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(dir)->i_start; |
i_start | 1073 | fs/vfat/namei.c | MSDOS_I(dot)->i_start = MSDOS_I(parent)->i_start; |
i_start | 1131 | fs/vfat/namei.c | if (MSDOS_I(dir)->i_start) { /* may be zero in mkdir */ |
i_start | 1511 | fs/vfat/namei.c | dotdot_de->start = MSDOS_I(dotdot_inode)->i_start = |
i_start | 1512 | fs/vfat/namei.c | MSDOS_I(new_dir)->i_start; |
i_start | 28 | include/linux/msdos_fs_i.h | int i_start; /* first cluster or 0 */ |