Lines Matching refs:both
554 struct fat_ioctl_filldir_callback *both) in __fat_readdir() argument
631 if (!both) in __fat_readdir()
639 both->longname = fill_name; in __fat_readdir()
640 both->long_len = fill_len; in __fat_readdir()
641 both->shortname = bufname; in __fat_readdir()
642 both->short_len = short_len; in __fat_readdir()
756 int short_only, int both) in FAT_IOCTL_FILLDIR_FUNC()
771 short_only, both ? &buf : NULL); in FAT_IOCTL_FILLDIR_FUNC()
785 int short_only, both; in fat_dir_ioctl() local
790 both = 0; in fat_dir_ioctl()
794 both = 1; in fat_dir_ioctl()
811 short_only, both); in fat_dir_ioctl()
825 int short_only, both; in FAT_IOCTL_FILLDIR_FUNC() local
830 both = 0; in FAT_IOCTL_FILLDIR_FUNC()
834 both = 1; in FAT_IOCTL_FILLDIR_FUNC()
851 short_only, both); in FAT_IOCTL_FILLDIR_FUNC()