Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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-6.1.9/fs/btrfs/ |
D | ctree.h | 2029 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 2030 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 2031 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 2032 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()
|