Lines Matching refs:d_name
721 if (name_len >= sizeof(d1->d_name)) \
722 name_len = sizeof(d1->d_name) - 1; \
724 if (put_user(0, d2->d_name) || \
726 copy_to_user(d1->d_name, name, name_len) || \
727 put_user(0, d1->d_name + name_len) || \
737 if (long_len >= sizeof(d1->d_name)) \
738 long_len = sizeof(d1->d_name) - 1; \
739 if (short_len >= sizeof(d1->d_name)) \
740 short_len = sizeof(d1->d_name) - 1; \
742 if (copy_to_user(d2->d_name, longname, long_len) || \
743 put_user(0, d2->d_name + long_len) || \
747 copy_to_user(d1->d_name, shortname, short_len) || \
748 put_user(0, d1->d_name + short_len) || \