Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/uapi/linux/ |
| D | btrfs_tree.h | 582 struct btrfs_timespec { struct 610 struct btrfs_timespec atime; 611 struct btrfs_timespec ctime; 612 struct btrfs_timespec mtime; 613 struct btrfs_timespec otime; 674 struct btrfs_timespec ctime; 675 struct btrfs_timespec otime; 676 struct btrfs_timespec stime; 677 struct btrfs_timespec rtime;
|
| /Linux-v6.1/fs/btrfs/ |
| D | ctree.h | 2023 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 2024 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 2025 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 2026 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
|
| D | send.c | 651 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec() 653 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()
|