Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 10 of 10) sorted by relevance

/fs/hfs/
Dcatalog.c70 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()
196 fd->search_key->cat.ParID = rec.thread.ParID; in hfs_cat_find_brec()
197 len = fd->search_key->cat.CName.len = rec.thread.CName.len; in hfs_cat_find_brec()
202 memcpy(fd->search_key->cat.CName.name, rec.thread.CName.name, len); in hfs_cat_find_brec()
Dhfs.h237 struct hfs_cat_thread thread; member
Ddir.c100 be32_to_cpu(entry.thread.ParID), DT_DIR)) in hfs_readdir()
/fs/hfsplus/
Dcatalog.c182 entry->thread.reserved = 0; in hfsplus_fill_cat_thread()
183 entry->thread.parentID = cpu_to_be32(parentid); in hfsplus_fill_cat_thread()
184 err = hfsplus_asc2uni(sb, &entry->thread.nodeName, HFSPLUS_MAX_STRLEN, in hfsplus_fill_cat_thread()
189 return 10 + be16_to_cpu(entry->thread.nodeName.length) * 2; in hfsplus_fill_cat_thread()
211 if (be16_to_cpu(tmp.thread.nodeName.length) > 255) { in hfsplus_find_cat()
217 be32_to_cpu(tmp.thread.parentID), in hfsplus_find_cat()
218 &tmp.thread.nodeName); in hfsplus_find_cat()
Dhfsplus_raw.h328 struct hfsplus_cat_thread thread; member
Ddir.c183 be32_to_cpu(entry.thread.parentID), DT_DIR)) in hfsplus_readdir()
/fs/
Dbinfmt_elf.c1648 struct elf_thread_core_info *thread; member
1751 info->thread = NULL; in fill_note_info()
1796 if (ct->task == dump_task || !info->thread) { in fill_note_info()
1797 t->next = info->thread; in fill_note_info()
1798 info->thread = t; in fill_note_info()
1804 t->next = info->thread->next; in fill_note_info()
1805 info->thread->next = t; in fill_note_info()
1812 for (t = info->thread; t != NULL; t = t->next) in fill_note_info()
1847 struct elf_thread_core_info *t = info->thread; in write_note_info()
1879 struct elf_thread_core_info *threads = info->thread; in free_note_info()
[all …]
Dbinfmt_elf_fdpic.c1417 struct task_struct *thread; member
1432 struct task_struct *p = t->thread; in elf_dump_thread_status()
1605 tmp->thread = ct->task; in elf_fdpic_core_dump()
/fs/jffs2/
DREADME.Locking66 2. Never attempt to lock two file mutexes in one thread.
94 pointer when the garbage collection thread exits. The code to kill the
95 GC thread locks it, sends the signal, then unlocks it - while the GC
96 thread itself locks it, zeroes c->gc_task, then unlocks on the exit path.
/fs/btrfs/
DMakefile8 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \