Searched refs:thread (Results 1 – 13 of 13) sorted by relevance
/fs/hfs/ |
D | catalog.c | 70 memset(rec->thread.reserved, 0, sizeof(rec->thread.reserved)); in hfs_cat_build_thread() 71 rec->thread.ParID = cpu_to_be32(parentid); in hfs_cat_build_thread() 72 hfs_asc2mac(sb, &rec->thread.CName, name); in hfs_cat_build_thread() 191 fd->search_key->cat.ParID = rec.thread.ParID; in hfs_cat_find_brec() 192 len = fd->search_key->cat.CName.len = rec.thread.CName.len; in hfs_cat_find_brec() 197 memcpy(fd->search_key->cat.CName.name, rec.thread.CName.name, len); in hfs_cat_find_brec()
|
D | hfs.h | 237 struct hfs_cat_thread thread; member
|
D | dir.c | 97 be32_to_cpu(entry.thread.ParID), DT_DIR)) in hfs_readdir()
|
/fs/hfsplus/ |
D | catalog.c | 168 entry->thread.reserved = 0; in hfsplus_fill_cat_thread() 169 entry->thread.parentID = cpu_to_be32(parentid); in hfsplus_fill_cat_thread() 170 hfsplus_asc2uni(sb, &entry->thread.nodeName, str->name, str->len); in hfsplus_fill_cat_thread() 171 return 10 + be16_to_cpu(entry->thread.nodeName.length) * 2; in hfsplus_fill_cat_thread() 193 if (be16_to_cpu(tmp.thread.nodeName.length) > 255) { in hfsplus_find_cat() 199 be32_to_cpu(tmp.thread.parentID), in hfsplus_find_cat() 200 &tmp.thread.nodeName); in hfsplus_find_cat()
|
D | hfsplus_raw.h | 310 struct hfsplus_cat_thread thread; member
|
D | dir.c | 171 be32_to_cpu(entry.thread.parentID), DT_DIR)) in hfsplus_readdir()
|
/fs/notify/ |
D | mark.c | 363 struct task_struct *thread; in fsnotify_mark_init() local 365 thread = kthread_run(fsnotify_mark_destroy, NULL, in fsnotify_mark_init() 367 if (IS_ERR(thread)) in fsnotify_mark_init()
|
/fs/ |
D | binfmt_elf.c | 1388 struct elf_thread_core_info *thread; member 1495 info->thread = NULL; in fill_note_info() 1538 if (ct->task == dump_task || !info->thread) { in fill_note_info() 1539 t->next = info->thread; in fill_note_info() 1540 info->thread = t; in fill_note_info() 1546 t->next = info->thread->next; in fill_note_info() 1547 info->thread->next = t; in fill_note_info() 1554 for (t = info->thread; t != NULL; t = t->next) in fill_note_info() 1583 struct elf_thread_core_info *t = info->thread; in write_note_info() 1610 struct elf_thread_core_info *threads = info->thread; in free_note_info() [all …]
|
D | binfmt_som.c | 231 current->thread.task_size = 0xc0000000; in load_som_binary() 235 current->thread.map_base = 0x80000000; in load_som_binary()
|
D | binfmt_elf_fdpic.c | 1438 struct task_struct *thread; member 1453 struct task_struct *p = t->thread; in elf_dump_thread_status() 1655 tmp->thread = ct->task; in elf_fdpic_core_dump()
|
/fs/jffs2/ |
D | README.Locking | 70 2. Never attempt to lock two file mutexes in one thread. 97 pointer when the garbage collection thread exits. The code to kill the 98 GC thread locks it, sends the signal, then unlocks it - while the GC 99 thread itself locks it, zeroes c->gc_task, then unlocks on the exit path.
|
/fs/btrfs/ |
D | Makefile | 8 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
/fs/cifs/ |
D | CHANGES | 317 over GigE is better. Do not hang thread on illegal byte range lock response 340 avoid cifsd thread preventing software suspend from working. 360 Do not oops if root user kills cifs oplock kernel thread or 361 kills the cifsd thread (NB: killing the cifs kernel threads is not 401 cifs stats. Fix oops in unmount when cifsd thread being killed by 511 Do not loop reconnecting in cifsd demultiplex thread when admin 512 kills the thread without going through unmount. 574 blocked users thread so it does not seem hung (in some cases was blocked 666 wake up the demultiplex thread after it had exited. Do not log 764 Fix oops on stopping oplock thread when removing cifs when [all …]
|