Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 866 struct btrfs_timespec { struct 894 struct btrfs_timespec atime; 895 struct btrfs_timespec ctime; 896 struct btrfs_timespec mtime; 897 struct btrfs_timespec otime; 958 struct btrfs_timespec ctime; 959 struct btrfs_timespec otime; 960 struct btrfs_timespec stime; 961 struct btrfs_timespec rtime;
|
/linux/fs/btrfs/ |
H A D | accessors.h | 313 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 314 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 315 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 316 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
|
H A D | send.c | 708 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec() 710 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()
|