Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | btrfs_tree.h | 549 struct btrfs_timespec { struct 577 struct btrfs_timespec atime; 578 struct btrfs_timespec ctime; 579 struct btrfs_timespec mtime; 580 struct btrfs_timespec otime; 641 struct btrfs_timespec ctime; 642 struct btrfs_timespec otime; 643 struct btrfs_timespec stime; 644 struct btrfs_timespec rtime;
|
/Linux-v4.19/fs/btrfs/ |
D | ctree.h | 1759 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 1760 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 1761 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 1762 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
|
D | send.c | 597 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec() 599 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()
|