tag | line | file | source code |
isvfat | 141 | fs/fat/dir.c | if (MSDOS_SB(sb)->options.isvfat && (de->name[0] == (__s8) DELETED_FLAG)) { |
isvfat | 144 | fs/fat/dir.c | } else if (MSDOS_SB(sb)->options.isvfat && de->attr == ATTR_EXT) { |
isvfat | 96 | fs/fat/inode.c | opts->quiet = opts->sys_immutable = opts->dotsOK = opts->showexec = opts->isvfat = 0; |
isvfat | 471 | fs/fat/inode.c | MSDOS_SB(inode->i_sb)->options.isvfat |
isvfat | 531 | fs/fat/inode.c | if (MSDOS_SB(sb)->options.isvfat) { |
isvfat | 148 | fs/vfat/namei.c | MSDOS_SB(sb)->options.isvfat = 1; |
isvfat | 18 | include/linux/msdos_fs_sb.h | isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ |