Searched defs:found_same_space (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c777 int found_same_space = 1; local
804 found_same_space = 0;
807 while (!found_same_space && (attr30 = find_attribute(AT_FILE_NAME, ctx))) {
811 found_same_space = 1;
822 return (found_same_space ? filename_attr : lowest_space_name);

Completed in 27 milliseconds