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

/systemd/src/basic/
H A Dbtrfs-ctree.h36 struct btrfs_timespec otime; member in struct:btrfs_inode_item
61 struct btrfs_timespec otime; member in struct:btrfs_root_item
H A Dbtrfs-util.h32 usec_t otime; member in struct:BtrfsSubvolInfo
H A Dbtrfs-util.c526 /* Older versions of the struct lacked the otime setting */
527 if (sh->len < offsetof(struct btrfs_root_item, otime) + sizeof(struct btrfs_timespec))
532 ret->otime = (usec_t) le64toh(ri->otime.sec) * USEC_PER_SEC +
533 (usec_t) le32toh(ri->otime.nsec) / NSEC_PER_USEC;
/systemd/src/test/
H A Dtest-btrfs.c45 log_info("otime: %s", format_timestamp(ts, sizeof(ts), info.otime));
/systemd/src/shared/
H A Dmachine-image.c207 info.otime,

Completed in 21 milliseconds