Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/include/uapi/linux/ |
D | btrfs_tree.h | 577 struct btrfs_timespec { struct 605 struct btrfs_timespec atime; 606 struct btrfs_timespec ctime; 607 struct btrfs_timespec mtime; 608 struct btrfs_timespec otime; 669 struct btrfs_timespec ctime; 670 struct btrfs_timespec otime; 671 struct btrfs_timespec stime; 672 struct btrfs_timespec rtime;
|
/Linux-v5.15/fs/btrfs/ |
D | ctree.h | 1818 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 1819 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 1820 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 1821 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
|
D | send.c | 615 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec() 617 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()
|