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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c400 if (sbi->options.isvfat) {
548 *flags |= MS_NODIRATIME | (sbi->options.isvfat ? 0 : MS_NOATIME);
572 buf->f_namelen = sbi->options.isvfat ? FAT_LFN_LEN : 12;
632 if (sbi->options.isvfat) {
807 int isvfat = opts->isvfat; local
819 if (isvfat) {
851 if (!isvfat) {
979 opts->isvfat = is_vfat;
1234 const struct inode_operations *fs_dir_inode_ops, int isvfat)
1233 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 Dfat.h40 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member in struct:fat_mount_options
322 const struct inode_operations *fs_dir_inode_ops, int isvfat);
H A Ddir.c478 int isvfat = sbi->options.isvfat; local
519 if (isvfat && !short_only) {
531 if (isvfat && de->attr == ATTR_EXT) {
622 if (isvfat) {
1113 if (sbi->options.isvfat) {

Completed in 106 milliseconds