Searched refs:dir2 (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dcpumap.c552 DIR *dir1, *dir2; local
588 dir2 = opendir(buf);
589 if (!dir2)
591 while ((dent2 = readdir(dir2)) != NULL) {
596 closedir(dir2);
/linux-master/drivers/tty/vt/
H A Dconsolemap.c480 u16 **dir2 = dict2->uni_pgdir[d]; local
481 if (!dir1 && !dir2)
483 if (!dir1 || !dir2)
486 if (!dir1[r] && !dir2[r])
488 if (!dir1[r] || !dir2[r])
490 if (memcmp(dir1[r], dir2[r], UNI_ROW_GLYPHS *
/linux-master/arch/alpha/include/asm/
H A Dcore_titan.h61 titan_64 dir2; member in struct:__anon16
H A Dcore_tsunami.h61 tsunami_64 dir2; member in struct:__anon29
/linux-master/fs/notify/fanotify/
H A Dfanotify.c604 struct inode *dir2 = moved ? d_inode(moved->d_parent) : NULL; local
607 unsigned int dir2_fh_len = fanotify_encode_fh_len(dir2);
637 len = fanotify_encode_fh(dfh, dir2, dir2_fh_len, hash, 0);

Completed in 142 milliseconds