Home
last modified time | relevance | path

Searched refs:btrfs_timespec (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h534 struct btrfs_timespec { struct
562 struct btrfs_timespec atime;
563 struct btrfs_timespec ctime;
564 struct btrfs_timespec mtime;
565 struct btrfs_timespec otime;
626 struct btrfs_timespec ctime;
627 struct btrfs_timespec otime;
628 struct btrfs_timespec stime;
629 struct btrfs_timespec rtime;
H A Dconv-funcs.h71 DEFINE_CONV_FOR_STRUCT(btrfs_timespec)
84 struct btrfs_timespec: btrfs_timespec_to_disk_v, \
97 struct btrfs_timespec: btrfs_timespec_to_cpu_v, \
138 DEFINE_CONV(btrfs_timespec, sec, nsec)
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h821 struct btrfs_timespec { struct
849 struct btrfs_timespec atime;
850 struct btrfs_timespec ctime;
851 struct btrfs_timespec mtime;
852 struct btrfs_timespec otime;
913 struct btrfs_timespec ctime;
914 struct btrfs_timespec otime;
915 struct btrfs_timespec stime;
916 struct btrfs_timespec rtime;
/openbmc/linux/fs/btrfs/
H A Daccessors.h303 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
304 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
305 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
306 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
H A Dsend.c708 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec()
710 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()