Lines Matching refs:both
555 struct fat_ioctl_filldir_callback *both) in __fat_readdir() argument
632 if (!both) in __fat_readdir()
640 both->longname = fill_name; in __fat_readdir()
641 both->long_len = fill_len; in __fat_readdir()
642 both->shortname = bufname; in __fat_readdir()
643 both->short_len = short_len; in __fat_readdir()
763 int short_only, int both) in FAT_IOCTL_FILLDIR_FUNC()
778 short_only, both ? &buf : NULL); in FAT_IOCTL_FILLDIR_FUNC()
792 int short_only, both; in fat_dir_ioctl() local
797 both = 0; in fat_dir_ioctl()
801 both = 1; in fat_dir_ioctl()
818 short_only, both); in fat_dir_ioctl()
832 int short_only, both; in FAT_IOCTL_FILLDIR_FUNC() local
837 both = 0; in FAT_IOCTL_FILLDIR_FUNC()
841 both = 1; in FAT_IOCTL_FILLDIR_FUNC()
858 short_only, both); in FAT_IOCTL_FILLDIR_FUNC()