Searched refs:otime (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | subvolume_format.h | 24 bch_le128 otime; member
|
| H A D | subvolume.c | 633 new_subvol->v.otime.lo = cpu_to_le64(bch2_current_time(c)); in bch2_subvolume_create() 634 new_subvol->v.otime.hi = 0; in bch2_subvolume_create()
|
| /linux-6.15/fs/jfs/ |
| H A D | jfs_inode.c | 101 jfs_inode->otime = inode_get_ctime_sec(inode); in ialloc()
|
| H A D | jfs_incore.h | 35 time64_t otime; /* time created */ member
|
| H A D | jfs_imap.c | 3095 jfs_ip->otime = le32_to_cpu(dip->di_otime.tv_sec); in copy_from_dinode() 3169 dip->di_otime.tv_sec = cpu_to_le32(jfs_ip->otime); in copy_to_dinode()
|
| /linux-6.15/ipc/ |
| H A D | sem.c | 1030 int otime, struct wake_q_head *wake_q) in do_smart_update() argument 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()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | btrfs_tree.h | 897 struct btrfs_timespec otime; member 959 struct btrfs_timespec otime; member
|
| H A D | btrfs.h | 910 struct btrfs_ioctl_timespec otime; member
|
| /linux-6.15/fs/btrfs/ |
| H A D | delayed-inode.c | 1854 btrfs_set_stack_timespec_sec(&inode_item->otime, inode->i_otime_sec); in fill_stack_inode_item() 1855 btrfs_set_stack_timespec_nsec(&inode_item->otime, inode->i_otime_nsec); in fill_stack_inode_item() 1904 inode->i_otime_sec = btrfs_stack_timespec_sec(&inode_item->otime); in btrfs_fill_inode() 1905 inode->i_otime_nsec = btrfs_stack_timespec_nsec(&inode_item->otime); in btrfs_fill_inode()
|
| H A D | ioctl.c | 607 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol() 608 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol() 609 root_item->ctime = root_item->otime; in create_subvol() 2117 subvol_info->otime.sec = btrfs_stack_timespec_sec(&root_item->otime); in btrfs_ioctl_get_subvol_info() 2118 subvol_info->otime.nsec = btrfs_stack_timespec_nsec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
|
| H A D | transaction.c | 1784 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot() 1785 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
|
| H A D | inode.c | 3940 inode->i_otime_sec = btrfs_timespec_sec(leaf, &inode_item->otime); in btrfs_read_locked_inode() 3941 inode->i_otime_nsec = btrfs_timespec_nsec(leaf, &inode_item->otime); in btrfs_read_locked_inode() 4116 btrfs_set_token_timespec_sec(&token, &item->otime, BTRFS_I(inode)->i_otime_sec); in fill_inode_item() 4117 btrfs_set_token_timespec_nsec(&token, &item->otime, BTRFS_I(inode)->i_otime_nsec); in fill_inode_item()
|
| H A D | send.c | 2790 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_OTIME, eb, &ii->otime); in send_utimes()
|