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()
762 int short_only, int both) in FAT_IOCTL_FILLDIR_FUNC()
777 short_only, both ? &buf : NULL); in FAT_IOCTL_FILLDIR_FUNC()
791 int short_only, both; in fat_dir_ioctl() local
796 both = 0; in fat_dir_ioctl()
800 both = 1; in fat_dir_ioctl()
817 short_only, both); in fat_dir_ioctl()
831 int short_only, both; in FAT_IOCTL_FILLDIR_FUNC() local
836 both = 0; in FAT_IOCTL_FILLDIR_FUNC()
840 both = 1; in FAT_IOCTL_FILLDIR_FUNC()
857 short_only, both); in FAT_IOCTL_FILLDIR_FUNC()