Searched refs:ct (Results 1 – 5 of 5) sorted by relevance
| /fs/btrfs/ |
| A D | root-tree.c | 484 struct timespec64 ct; in btrfs_update_root_times() local 486 ktime_get_real_ts64(&ct); in btrfs_update_root_times() 489 btrfs_set_stack_timespec_sec(&item->ctime, ct.tv_sec); in btrfs_update_root_times() 490 btrfs_set_stack_timespec_nsec(&item->ctime, ct.tv_nsec); in btrfs_update_root_times()
|
| A D | ioctl.c | 3966 struct timespec64 ct = current_time(inode); in _btrfs_ioctl_set_received_subvol() local 4001 sa->rtime.sec = ct.tv_sec; in _btrfs_ioctl_set_received_subvol() 4002 sa->rtime.nsec = ct.tv_nsec; in _btrfs_ioctl_set_received_subvol()
|
| /fs/ |
| A D | binfmt_elf_fdpic.c | 1485 struct core_thread *ct; in elf_fdpic_core_dump() local 1496 for (ct = current->signal->core_state->dumper.next; in elf_fdpic_core_dump() 1497 ct; ct = ct->next) { in elf_fdpic_core_dump() 1499 ct->task, &thread_status_size); in elf_fdpic_core_dump()
|
| A D | dcache.c | 264 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcou… in dentry_string_cmp() argument 270 b = load_unaligned_zeropad(ct); in dentry_string_cmp() 276 ct += sizeof(unsigned long); in dentry_string_cmp() 287 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcou… in dentry_string_cmp() argument 290 if (*cs != *ct) in dentry_string_cmp() 293 ct++; in dentry_string_cmp() 301 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() argument 321 return dentry_string_cmp(cs, ct, tcount); in dentry_cmp()
|
| A D | binfmt_elf.c | 1806 struct core_thread *ct; in fill_note_info() local 1855 for (ct = dump_task->signal->core_state->dumper.next; ct; ct = ct->next) { in fill_note_info() 1862 t->task = ct->task; in fill_note_info()
|
Completed in 25 milliseconds