/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_inode.c | 101 jfs_inode->otime = inode->i_ctime.tv_sec; in ialloc()
|
H A D | jfs_incore.h | 35 time64_t otime; /* time created */ member
|
H A D | jfs_imap.c | 3085 jfs_ip->otime = le32_to_cpu(dip->di_otime.tv_sec); in copy_from_dinode() 3159 dip->di_otime.tv_sec = cpu_to_le32(jfs_ip->otime); in copy_to_dinode()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_inode.c | 101 jfs_inode->otime = inode_get_ctime(inode).tv_sec; in ialloc()
|
H A D | jfs_incore.h | 35 time64_t otime; /* time created */ member
|
H A D | jfs_imap.c | 3083 jfs_ip->otime = le32_to_cpu(dip->di_otime.tv_sec); in copy_from_dinode() 3157 dip->di_otime.tv_sec = cpu_to_le32(jfs_ip->otime); in copy_to_dinode()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btrfs_tree.h | 584 struct btrfs_timespec otime; member 646 struct btrfs_timespec otime; member
|
H A D | btrfs.h | 842 struct btrfs_ioctl_timespec otime; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs_tree.h | 852 struct btrfs_timespec otime; member 914 struct btrfs_timespec otime; member
|
H A D | btrfs.h | 896 struct btrfs_ioctl_timespec otime; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 243 struct btrfs_timespec otime; member 279 struct btrfs_timespec otime; member
|
H A D | btrfs.h | 445 struct btrfs_ioctl_timespec otime; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 243 struct btrfs_timespec otime; member 279 struct btrfs_timespec otime; member
|
H A D | btrfs.h | 445 struct btrfs_ioctl_timespec otime; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 257 struct btrfs_timespec otime; member 295 struct btrfs_timespec otime; member
|
H A D | btrfs.h | 471 struct btrfs_ioctl_timespec otime; member
|
/kernel/linux/linux-5.10/ipc/ |
H A D | sem.c | 270 " key semid perms nsems uid gid cuid cgid otime ctime\n", in sem_init() 1018 * @otime: force setting otime 1028 int otime, struct wake_q_head *wake_q) in do_smart_update() 1032 otime |= do_smart_wakeup_zero(sma, sops, nsops, wake_q); in do_smart_update() 1036 otime |= update_queue(sma, -1, wake_q); in do_smart_update() 1044 otime |= update_queue(sma, i, wake_q); in do_smart_update() 1057 otime |= update_queue(sma, in do_smart_update() 1063 if (otime) in do_smart_update() 1027 do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, int otime, struct wake_q_head *wake_q) do_smart_update() argument
|
/kernel/linux/linux-6.6/ipc/ |
H A D | sem.c | 272 " key semid perms nsems uid gid cuid cgid otime ctime\n", in sem_init() 1020 * @otime: force setting otime 1030 int otime, struct wake_q_head *wake_q) in do_smart_update() 1034 otime |= do_smart_wakeup_zero(sma, sops, nsops, wake_q); in do_smart_update() 1038 otime |= update_queue(sma, -1, wake_q); in do_smart_update() 1046 otime |= update_queue(sma, i, wake_q); in do_smart_update() 1059 otime |= update_queue(sma, in do_smart_update() 1065 if (otime) in do_smart_update() 1029 do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, int otime, struct wake_q_head *wake_q) do_smart_update() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | delayed-inode.c | 1784 btrfs_set_stack_timespec_sec(&inode_item->otime, in fill_stack_inode_item() 1786 btrfs_set_stack_timespec_nsec(&inode_item->otime, in fill_stack_inode_item() 1836 btrfs_stack_timespec_sec(&inode_item->otime); in btrfs_fill_inode() 1838 btrfs_stack_timespec_nsec(&inode_item->otime); in btrfs_fill_inode()
|
H A D | ioctl.c | 674 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol() 675 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol() 676 root_item->ctime = root_item->otime; in create_subvol() 2781 subvol_info->otime.sec = btrfs_stack_timespec_sec(&root_item->otime); in btrfs_ioctl_get_subvol_info() 2782 subvol_info->otime.nsec = btrfs_stack_timespec_nsec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
|
H A D | transaction.c | 1637 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot() 1638 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
|
H A D | inode.c | 3341 btrfs_timespec_sec(leaf, &inode_item->otime); in btrfs_read_locked_inode() 3343 btrfs_timespec_nsec(leaf, &inode_item->otime); in btrfs_read_locked_inode() 3511 btrfs_set_token_timespec_sec(&token, &item->otime, in fill_inode_item() 3513 btrfs_set_token_timespec_nsec(&token, &item->otime, in fill_inode_item()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | delayed-inode.c | 1851 btrfs_set_stack_timespec_sec(&inode_item->otime, in fill_stack_inode_item() 1853 btrfs_set_stack_timespec_nsec(&inode_item->otime, in fill_stack_inode_item() 1904 btrfs_stack_timespec_sec(&inode_item->otime); in btrfs_fill_inode() 1906 btrfs_stack_timespec_nsec(&inode_item->otime); in btrfs_fill_inode()
|
H A D | ioctl.c | 690 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol() 691 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol() 692 root_item->ctime = root_item->otime; in create_subvol() 2185 subvol_info->otime.sec = btrfs_stack_timespec_sec(&root_item->otime); in btrfs_ioctl_get_subvol_info() 2186 subvol_info->otime.nsec = btrfs_stack_timespec_nsec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
|
H A D | transaction.c | 1774 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot() 1775 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
|