Home | History | Annotate | Download | only in fio

Lines Matching defs:maj

111 static int lookup_device(struct thread_data *td, char *path, unsigned int maj,
136 found = lookup_device(td, full_path, maj, min);
153 " with: %s\n", maj, min,
160 if (maj == major(st.st_rdev) && min == minor(st.st_rdev)) {
161 dprint(FD_BLKTRACE, "device lookup: %d/%d\n", maj, min);
193 unsigned int maj = FMAJOR(device);
199 if (last_maj == maj && last_min == min)
202 last_maj = maj;
209 if (f->major == maj && f->minor == min) {
215 if (lookup_device(td, dev, maj, min)) {
221 td->files[fileno]->major = maj;