Home
last modified time | relevance | path

Searched refs:otime (Results 1 – 9 of 9) 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
/linux/ipc/
H A Dsem.c272 " key semid perms nsems uid gid cuid cgid otime ctime\n", in sem_init()
1020 * @otime: force setting otime
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/fs/btrfs/
H A Ddelayed-inode.c1871 btrfs_set_stack_timespec_sec(&inode_item->otime, inode->i_otime_sec); in fill_stack_inode_item()
1872 btrfs_set_stack_timespec_nsec(&inode_item->otime, inode->i_otime_nsec); in fill_stack_inode_item()
1919 inode->i_otime_sec = btrfs_stack_timespec_sec(&inode_item->otime); in btrfs_fill_inode()
1920 inode->i_otime_nsec = btrfs_stack_timespec_nsec(&inode_item->otime); in btrfs_fill_inode()
H A Dioctl.c102 struct btrfs_ioctl_timespec_32 otime;
630 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol()
631 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol()
632 root_item->ctime = root_item->otime; in create_subvol()
1996 subvol_info->otime.sec = btrfs_stack_timespec_sec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
1997 subvol_info->otime.nsec = btrfs_stack_timespec_nsec(&root_item->otime); in btrfs_ioctl_get_subvol_info()
2088 subvol_info_32->otime.sec = subvol_info->otime in btrfs_ioctl_get_subvol_rootref()
[all...]
H A Dprint-tree.c265 print_timespec(eb, &ii->otime, "\t\totime ", "\n"); in print_inode_item()
H A Dtransaction.c1816 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot()
1817 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
H A Dinode.c3924 inode->i_otime_sec = btrfs_timespec_sec(leaf, &inode_item->otime); in acls_after_inode_item()
3925 inode->i_otime_nsec = btrfs_timespec_nsec(leaf, &inode_item->otime); in acls_after_inode_item()
4115 btrfs_set_timespec_sec(leaf, &item->otime, BTRFS_I(inode)->i_otime_sec); in btrfs_read_locked_inode()
4116 btrfs_set_timespec_nsec(leaf, &item->otime, BTRFS_I(inode)->i_otime_nsec); in btrfs_read_locked_inode()
H A Dtree-log.c4661 btrfs_set_timespec_sec(leaf, &item->otime, inode->i_otime_sec); in fill_inode_item()
4662 btrfs_set_timespec_nsec(leaf, &item->otime, inode->i_otime_nsec); in fill_inode_item()