Lines Matching defs:both
76 AV. OK, there we go: if both bh and de are non-NULL we assume that we just
555 struct fat_ioctl_filldir_callback *both)
631 /* !both && !short_only, so we don't need shortname. */
632 if (!both)
640 both->longname = fill_name;
641 both->long_len = fill_len;
642 both->shortname = bufname;
643 both->short_len = short_len;
763 int short_only, int both)
778 short_only, both ? &buf : NULL);
792 int short_only, both;
797 both = 0;
801 both = 1;
816 short_only, both);
830 int short_only, both;
835 both = 0;
839 both = 1;
854 short_only, both);