Home
last modified time | relevance | path

Searched refs:otime (Results 1 – 12 of 12) sorted by relevance

/linux/fs/bcachefs/
H A Dsubvolume_format.h24 bch_le128 otime; member
H A Dsubvolume.c631 new_subvol->v.otime.lo = cpu_to_le64(bch2_current_time(c)); in bch2_subvolume_create()
632 new_subvol->v.otime.hi = 0; in bch2_subvolume_create()
/linux/fs/jfs/
H A Djfs_inode.c101 jfs_inode->otime = inode_get_ctime_sec(inode); in ialloc()
H A Djfs_incore.h35 time64_t otime; /* time created */ member
H A Djfs_imap.c3086 jfs_ip->otime = le32_to_cpu(dip->di_otime.tv_sec); in copy_from_dinode()
3160 dip->di_otime.tv_sec = cpu_to_le32(jfs_ip->otime); in copy_to_dinode()
/linux/ipc/
H A Dsem.c1030 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/include/uapi/linux/
H A Dbtrfs_tree.h897 struct btrfs_timespec otime; member
959 struct btrfs_timespec otime; member
/linux/fs/btrfs/
H A Ddelayed-inode.c1856 btrfs_set_stack_timespec_sec(&inode_item->otime, BTRFS_I(inode)->i_otime_sec); in fill_stack_inode_item()
1857 btrfs_set_stack_timespec_nsec(&inode_item->otime, BTRFS_I(inode)->i_otime_nsec); in fill_stack_inode_item()
1906 BTRFS_I(inode)->i_otime_sec = btrfs_stack_timespec_sec(&inode_item->otime); in btrfs_fill_inode()
1907 BTRFS_I(inode)->i_otime_nsec = btrfs_stack_timespec_nsec(&inode_item->otime); in btrfs_fill_inode()
H A Dioctl.c609 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol()
610 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol()
611 root_item->ctime = root_item->otime; in create_subvol()
2118 subvol_info->otime.sec = btrfs_stack_timespec_sec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
2119 subvol_info->otime.nsec = btrfs_stack_timespec_nsec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
H A Dtransaction.c1778 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot()
1779 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
H A Dinode.c3909 BTRFS_I(inode)->i_otime_sec = btrfs_timespec_sec(leaf, &inode_item->otime); in btrfs_read_locked_inode()
3910 BTRFS_I(inode)->i_otime_nsec = btrfs_timespec_nsec(leaf, &inode_item->otime); in btrfs_read_locked_inode()
4088 btrfs_set_token_timespec_sec(&token, &item->otime, BTRFS_I(inode)->i_otime_sec); in fill_inode_item()
4089 btrfs_set_token_timespec_nsec(&token, &item->otime, BTRFS_I(inode)->i_otime_nsec); in fill_inode_item()
H A Dsend.c2767 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_OTIME, eb, &ii->otime); in send_utimes()