Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h141 otime)
147 otime, stime, rtime)
H A Dbtrfs_tree.h565 struct btrfs_timespec otime; member
627 struct btrfs_timespec otime; member
/openbmc/linux/fs/jfs/
H A Djfs_inode.c101 jfs_inode->otime = inode_get_ctime(inode).tv_sec; 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()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h852 struct btrfs_timespec otime; member
914 struct btrfs_timespec otime; member
H A Dbtrfs.h896 struct btrfs_ioctl_timespec otime; member
/openbmc/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()
/openbmc/linux/fs/btrfs/
H A Ddelayed-inode.c1852 btrfs_set_stack_timespec_sec(&inode_item->otime, in fill_stack_inode_item()
1854 btrfs_set_stack_timespec_nsec(&inode_item->otime, in fill_stack_inode_item()
1905 btrfs_stack_timespec_sec(&inode_item->otime); in btrfs_fill_inode()
1907 btrfs_stack_timespec_nsec(&inode_item->otime); in btrfs_fill_inode()
H A Dioctl.c694 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol()
695 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol()
696 root_item->ctime = root_item->otime; in create_subvol()
2206 subvol_info->otime.sec = btrfs_stack_timespec_sec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
2207 subvol_info->otime.nsec = btrfs_stack_timespec_nsec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
H A Dtransaction.c1775 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot()
1776 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
H A Dinode.c3784 btrfs_timespec_sec(leaf, &inode_item->otime); in btrfs_read_locked_inode()
3786 btrfs_timespec_nsec(leaf, &inode_item->otime); in btrfs_read_locked_inode()
3956 btrfs_set_token_timespec_sec(&token, &item->otime, in fill_inode_item()
3958 btrfs_set_token_timespec_nsec(&token, &item->otime, in fill_inode_item()
H A Dsend.c2775 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_OTIME, eb, &ii->otime); in send_utimes()