Home
last modified time | relevance | path

Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dbtrfs_tree.h582 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-5.19.10/fs/btrfs/
Dctree.h1880 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
1881 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
1882 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
1883 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
Dsend.c639 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec()
641 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()