Searched refs:ct (Results 1 – 5 of 5) sorted by relevance
/fs/ |
D | binfmt_elf.c | 1807 struct core_thread *ct; in fill_note_info() local 1848 for (ct = &dump_task->mm->core_state->dumper; ct; ct = ct->next) { in fill_note_info() 1855 t->task = ct->task; in fill_note_info() 1856 if (ct->task == dump_task || !info->thread) { in fill_note_info() 2032 struct core_thread *ct; in fill_note_info() local 2038 for (ct = current->mm->core_state->dumper.next; in fill_note_info() 2039 ct; ct = ct->next) { in fill_note_info() 2044 ets->thread = ct->task; in fill_note_info()
|
D | binfmt_elf_fdpic.c | 1495 struct core_thread *ct; in elf_fdpic_core_dump() local 1511 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump() 1512 ct; ct = ct->next) { in elf_fdpic_core_dump() 1514 ct->task, &thread_status_size); in elf_fdpic_core_dump()
|
D | dcache.c | 194 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcou… in dentry_string_cmp() argument 200 b = load_unaligned_zeropad(ct); in dentry_string_cmp() 206 ct += sizeof(unsigned long); in dentry_string_cmp() 217 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcou… in dentry_string_cmp() argument 220 if (*cs != *ct) in dentry_string_cmp() 223 ct++; in dentry_string_cmp() 231 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() argument 251 return dentry_string_cmp(cs, ct, tcount); in dentry_cmp()
|
/fs/btrfs/ |
D | root-tree.c | 462 struct timespec64 ct; in btrfs_update_root_times() local 464 ktime_get_real_ts64(&ct); in btrfs_update_root_times() 467 btrfs_set_stack_timespec_sec(&item->ctime, ct.tv_sec); in btrfs_update_root_times() 468 btrfs_set_stack_timespec_nsec(&item->ctime, ct.tv_nsec); in btrfs_update_root_times()
|
D | ioctl.c | 4480 struct timespec64 ct = current_time(inode); in _btrfs_ioctl_set_received_subvol() local 4515 sa->rtime.sec = ct.tv_sec; in _btrfs_ioctl_set_received_subvol() 4516 sa->rtime.nsec = ct.tv_nsec; in _btrfs_ioctl_set_received_subvol()
|