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

/linux-master/fs/bcachefs/
H A Dsubvolume_format.h24 bch_le128 otime; member in struct:bch_subvolume
H A Dsubvolume.c584 new_subvol->v.otime.lo = cpu_to_le64(bch2_current_time(c));
585 new_subvol->v.otime.hi = 0;
/linux-master/fs/jfs/
H A Djfs_inode.c101 jfs_inode->otime = inode_get_ctime_sec(inode);
H A Djfs_incore.h35 time64_t otime; /* time created */ member in struct:jfs_inode_info
H A Djfs_imap.c3083 jfs_ip->otime = le32_to_cpu(dip->di_otime.tv_sec);
3157 dip->di_otime.tv_sec = cpu_to_le32(jfs_ip->otime);
/linux-master/ipc/
H A Dsem.c272 " key semid perms nsems uid gid cuid cgid otime ctime\n",
1020 * @otime: force setting otime
1030 int otime, struct wake_q_head *wake_q)
1034 otime |= do_smart_wakeup_zero(sma, sops, nsops, wake_q);
1038 otime |= update_queue(sma, -1, wake_q);
1046 otime |= update_queue(sma, i, wake_q);
1059 otime |= update_queue(sma,
1065 if (otime)
1029 do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, int otime, struct wake_q_head *wake_q) argument
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h901 struct btrfs_timespec otime; member in struct:btrfs_inode_item
963 struct btrfs_timespec otime; member in struct:btrfs_root_item
H A Dbtrfs.h900 struct btrfs_ioctl_timespec otime; member in struct:btrfs_ioctl_get_subvol_info_args
/linux-master/fs/btrfs/
H A Ddelayed-inode.c1865 btrfs_set_stack_timespec_sec(&inode_item->otime, BTRFS_I(inode)->i_otime_sec);
1866 btrfs_set_stack_timespec_nsec(&inode_item->otime, BTRFS_I(inode)->i_otime_nsec);
1915 BTRFS_I(inode)->i_otime_sec = btrfs_stack_timespec_sec(&inode_item->otime);
1916 BTRFS_I(inode)->i_otime_nsec = btrfs_stack_timespec_nsec(&inode_item->otime);
H A Dioctl.c706 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec);
707 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec);
708 root_item->ctime = root_item->otime;
2214 subvol_info->otime.sec = btrfs_stack_timespec_sec(&root_item->otime);
2215 subvol_info->otime.nsec = btrfs_stack_timespec_nsec(&root_item->otime);
H A Dtransaction.c1784 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec);
1785 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec);
H A Dinode.c3822 BTRFS_I(inode)->i_otime_sec = btrfs_timespec_sec(leaf, &inode_item->otime);
3823 BTRFS_I(inode)->i_otime_nsec = btrfs_timespec_nsec(leaf, &inode_item->otime);
3993 btrfs_set_token_timespec_sec(&token, &item->otime, BTRFS_I(inode)->i_otime_sec);
3994 btrfs_set_token_timespec_nsec(&token, &item->otime, BTRFS_I(inode)->i_otime_nsec);
H A Dsend.c2774 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_OTIME, eb, &ii->otime);

Completed in 235 milliseconds