Searched refs:dir2 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/tty/vt/ |
| H A D | consolemap.c | 477 u16 **dir2 = dict2->uni_pgdir[d]; in con_unify_unimap() local 478 if (!dir1 && !dir2) in con_unify_unimap() 480 if (!dir1 || !dir2) in con_unify_unimap() 483 if (!dir1[r] && !dir2[r]) in con_unify_unimap() 485 if (!dir1[r] || !dir2[r]) in con_unify_unimap() 487 if (memcmp(dir1[r], dir2[r], UNI_ROW_GLYPHS * in con_unify_unimap()
|
| /linux/tools/perf/util/ |
| H A D | cpumap.c | 625 DIR *dir1, *dir2; 661 dir2 = opendir(buf); in cpu_map__snprint() 662 if (!dir2) in cpu_map__snprint() 664 while ((dent2 = readdir(dir2)) != NULL) { in cpu_map__snprint() 671 closedir(dir2); in hex_char() 576 DIR *dir1, *dir2; cpu__setup_cpunode_map() local
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 531 pub fn dir<'dir2>(&'dir2 self, name: &CStr) -> ScopedDir<'data, 'dir2> { in read_only_file() 507 dir<'dir2>(&'dir2 self, name: &CStr) -> ScopedDir<'data, 'dir2> dir() argument
|
| /linux/arch/alpha/include/asm/ |
| H A D | core_tsunami.h | 61 tsunami_64 dir2; member
|
| H A D | core_titan.h | 61 titan_64 dir2; member
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.c | 642 struct inode *dir2 = moved ? d_inode(moved->d_parent) : NULL; in fanotify_alloc_name_event() 645 unsigned int dir2_fh_len = fanotify_encode_fh_len(dir2); in fanotify_alloc_name_event() 675 len = fanotify_encode_fh(dfh, dir2, dir2_fh_len, hash, 0); in fanotify_alloc_name_event() 644 struct inode *dir2 = moved ? d_inode(moved->d_parent) : NULL; fanotify_alloc_name_event() local
|