Home
last modified time | relevance | path

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

/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.c3095 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/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.h907 struct btrfs_timespec otime;
969 struct btrfs_timespec otime; in btrfs_legacy_root_item_size()
897 struct btrfs_timespec otime; global() member
959 struct btrfs_timespec otime; global() member
H A Dbtrfs.h914 struct btrfs_ioctl_timespec otime;
913 struct btrfs_ioctl_timespec otime; global() member
/linux/fs/btrfs/
H A Ddelayed-inode.c1872 btrfs_set_stack_timespec_sec(&inode_item->otime, inode->i_otime_sec); in fill_stack_inode_item()
1873 btrfs_set_stack_timespec_nsec(&inode_item->otime, inode->i_otime_nsec); in fill_stack_inode_item()
1920 inode->i_otime_sec = btrfs_stack_timespec_sec(&inode_item->otime); in btrfs_fill_inode()
1921 inode->i_otime_nsec = btrfs_stack_timespec_nsec(&inode_item->otime); in btrfs_fill_inode()
H A Dioctl.c605 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol()
606 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol()
607 root_item->ctime = root_item->otime; in create_subvol()
2000 subvol_info->otime.sec = btrfs_stack_timespec_sec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
2001 subvol_info->otime.nsec = btrfs_stack_timespec_nsec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
H A Dprint-tree.c265 print_timespec(eb, &ii->otime, "\t\totime ", "\n"); in print_inode_item()
H A Dtransaction.c1799 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot()
1800 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
H A Dinode.c4103 inode->i_otime_sec = btrfs_timespec_sec(leaf, &inode_item->otime); in btrfs_read_locked_inode()
4104 inode->i_otime_nsec = btrfs_timespec_nsec(leaf, &inode_item->otime); in btrfs_read_locked_inode()
4294 btrfs_set_timespec_sec(leaf, &item->otime, BTRFS_I(inode)->i_otime_sec); in fill_inode_item()
4295 btrfs_set_timespec_nsec(leaf, &item->otime, BTRFS_I(inode)->i_otime_nsec); in fill_inode_item()
H A Dtree-log.c4648 btrfs_set_timespec_sec(leaf, &item->otime, BTRFS_I(inode)->i_otime_sec); in fill_inode_item()
4649 btrfs_set_timespec_nsec(leaf, &item->otime, BTRFS_I(inode)->i_otime_nsec); in fill_inode_item()
H A Dsend.c2716 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_OTIME, eb, &ii->otime); in send_utimes()