Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/uapi/linux/ |
D | btrfs_tree.h | 821 struct btrfs_timespec { struct 849 struct btrfs_timespec atime; 850 struct btrfs_timespec ctime; 851 struct btrfs_timespec mtime; 852 struct btrfs_timespec otime; 913 struct btrfs_timespec ctime; 914 struct btrfs_timespec otime; 915 struct btrfs_timespec stime; 916 struct btrfs_timespec rtime;
|
/linux-6.6.21/fs/btrfs/ |
D | accessors.h | 303 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 304 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 305 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 306 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
|
D | send.c | 708 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec() 710 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()
|