Searched refs:otime (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/fs/btrfs/ |
H A D | conv-funcs.h | 141 otime) 147 otime, stime, rtime)
|
H A D | btrfs_tree.h | 565 struct btrfs_timespec otime; member 627 struct btrfs_timespec otime; member
|
/openbmc/linux/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 | 3086 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 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
|
/openbmc/linux/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()
|
/openbmc/linux/fs/btrfs/ |
H A D | delayed-inode.c | 1852 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 D | ioctl.c | 694 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 D | transaction.c | 1775 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 D | inode.c | 3784 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 D | send.c | 2775 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_OTIME, eb, &ii->otime); in send_utimes()
|