Home
last modified time | relevance | path

Searched refs:otime (Results 1 – 10 of 10) 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/fs/btrfs/
H A Dioctl.c102 struct btrfs_ioctl_timespec_32 otime; member
643 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol()
644 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol()
645 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()
2093 subvol_info_32->otime.sec = subvol_info->otime.sec; in btrfs_ioctl_get_subvol_info_32()
2094 subvol_info_32->otime.nsec = subvol_info->otime.nsec; in btrfs_ioctl_get_subvol_info_32()
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 Dprint-tree.c265 print_timespec(eb, &ii->otime, "\t\totime ", "\n"); in print_inode_item()
H A Dtransaction.c1810 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot()
1811 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
H A Dinode.c4110 inode->i_otime_sec = btrfs_timespec_sec(leaf, &inode_item->otime); in btrfs_read_locked_inode()
4111 inode->i_otime_nsec = btrfs_timespec_nsec(leaf, &inode_item->otime); in btrfs_read_locked_inode()
4302 btrfs_set_timespec_sec(leaf, &item->otime, BTRFS_I(inode)->i_otime_sec); in fill_inode_item()
4303 btrfs_set_timespec_nsec(leaf, &item->otime, BTRFS_I(inode)->i_otime_nsec); in fill_inode_item()
H A Dtree-log.c4631 btrfs_set_timespec_sec(leaf, &item->otime, inode->i_otime_sec); in fill_inode_item()
4632 btrfs_set_timespec_nsec(leaf, &item->otime, inode->i_otime_nsec); in fill_inode_item()
H A Dsend.c2699 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_OTIME, eb, &ii->otime); in send_utimes()
/linux/include/uapi/linux/
H A Dbtrfs.h914 struct btrfs_ioctl_timespec otime; member