Searched refs:btrfs_timespec (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/ ! |
| H A D | btrfs_tree.h | 876 struct btrfs_timespec { struct 904 struct btrfs_timespec atime; 905 struct btrfs_timespec ctime; 906 struct btrfs_timespec mtime; 907 struct btrfs_timespec otime; 968 struct btrfs_timespec ctime; 969 struct btrfs_timespec otime; 970 struct btrfs_timespec stime; 971 struct btrfs_timespec rtime; 877 secbtrfs_timespec global() argument 878 nsecbtrfs_timespec global() argument
|
| /linux/fs/btrfs/ ! |
| H A D | accessors.h | 310 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 311 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 312 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 313 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
|
| H A D | print-tree.c | 239 struct btrfs_timespec *timespec, in print_timespec()
|
| H A D | send.c | 709 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec() 711 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()
|