Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | btrfs_tree.h | 866 struct btrfs_timespec { struct 894 struct btrfs_timespec atime; 895 struct btrfs_timespec ctime; 896 struct btrfs_timespec mtime; 897 struct btrfs_timespec otime; 958 struct btrfs_timespec ctime; 959 struct btrfs_timespec otime; 960 struct btrfs_timespec stime; 961 struct btrfs_timespec rtime;
|
| /linux-6.15/fs/btrfs/ |
| H A D | accessors.h | 314 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 315 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 316 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 317 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
|
| H A D | send.c | 705 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec() 707 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()
|