Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/linux/ |
| A 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/fs/btrfs/ |
| A D | ctree.h | 1837 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 1838 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 1839 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 1840 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
|
| A D | send.c | 627 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec() 629 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()
|
Completed in 27 milliseconds