Searched refs:isvfat (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dinode.c371 if (sbi->options.isvfat) {
520 *flags |= MS_NODIRATIME | (sbi->options.isvfat ? 0 : MS_NOATIME);
540 buf->f_namelen = sbi->options.isvfat ? 260 : 12;
585 if (sbi->options.isvfat) {
781 int isvfat = opts->isvfat; local
791 if (isvfat) {
823 if (!isvfat) {
929 opts->isvfat = is_vfat;
1149 const struct inode_operations *fs_dir_inode_ops, int isvfat)
1148 fat_fill_super(struct super_block *sb, void *data, int silent, const struct inode_operations *fs_dir_inode_ops, int isvfat) argument
[all...]
H A Ddir.c451 int isvfat = sbi->options.isvfat; local
489 if (isvfat) {
501 if (isvfat && de->attr == ATTR_EXT) {
593 if (isvfat) {
1079 if (sbi->options.isvfat) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmsdos_fs.h202 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member in struct:fat_mount_options
417 const struct inode_operations *fs_dir_inode_ops, int isvfat);

Completed in 57 milliseconds