Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 15 of 15) 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()
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()
Dhfs.h237 struct hfs_cat_thread thread; member
Ddir.c94 be32_to_cpu(entry.thread.ParID), DT_DIR)) in hfs_readdir()
/fs/hfsplus/
Dcatalog.c146 entry->thread.reserved = 0; in hfsplus_fill_cat_thread()
147 entry->thread.parentID = cpu_to_be32(parentid); in hfsplus_fill_cat_thread()
148 hfsplus_asc2uni(sb, &entry->thread.nodeName, str->name, str->len); in hfsplus_fill_cat_thread()
149 return 10 + be16_to_cpu(entry->thread.nodeName.length) * 2; in hfsplus_fill_cat_thread()
171 if (be16_to_cpu(tmp.thread.nodeName.length) > 255) { in hfsplus_find_cat()
176 hfsplus_cat_build_key_uni(fd->search_key, be32_to_cpu(tmp.thread.parentID), in hfsplus_find_cat()
177 &tmp.thread.nodeName); in hfsplus_find_cat()
Dhfsplus_raw.h308 struct hfsplus_cat_thread thread; member
Ddir.c153 be32_to_cpu(entry.thread.parentID), DT_DIR)) in hfsplus_readdir()
/fs/gfs2/locking/dlm/
Dthread.c59 ls->thread = p; in gdlm_init_threads()
66 kthread_stop(ls->thread); in gdlm_release_threads()
DMakefile2 lock_dlm-y := lock.o main.o mount.o sysfs.o thread.o
Dlock_dlm.h79 struct task_struct *thread; member
/fs/
Dbinfmt_elf.c1445 struct elf_thread_core_info *thread; member
1536 info->thread = NULL; in fill_note_info()
1579 if (ct->task == dump_task || !info->thread) { in fill_note_info()
1580 t->next = info->thread; in fill_note_info()
1581 info->thread = t; in fill_note_info()
1587 t->next = info->thread->next; in fill_note_info()
1588 info->thread->next = t; in fill_note_info()
1595 for (t = info->thread; t != NULL; t = t->next) in fill_note_info()
1624 struct elf_thread_core_info *t = info->thread; in write_note_info()
1651 struct elf_thread_core_info *threads = info->thread; in free_note_info()
[all …]
Dbinfmt_som.c244 current->thread.task_size = 0xc0000000; in load_som_binary()
248 current->thread.map_base = 0x80000000; in load_som_binary()
Dbinfmt_elf_fdpic.c1453 struct task_struct *thread; member
1468 struct task_struct *p = t->thread; in elf_dump_thread_status()
1657 tmp->thread = ct->task; in elf_fdpic_core_dump()
/fs/jffs2/
DREADME.Locking70 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/
DMakefile9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/fs/cifs/
DCHANGES253 over GigE is better. Do not hang thread on illegal byte range lock response
276 avoid cifsd thread preventing software suspend from working.
296 Do not oops if root user kills cifs oplock kernel thread or
297 kills the cifsd thread (NB: killing the cifs kernel threads is not
337 cifs stats. Fix oops in unmount when cifsd thread being killed by
447 Do not loop reconnecting in cifsd demultiplex thread when admin
448 kills the thread without going through unmount.
510 blocked users thread so it does not seem hung (in some cases was blocked
602 wake up the demultiplex thread after it had exited. Do not log
700 Fix oops on stopping oplock thread when removing cifs when
[all …]