Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h553 struct btrfs_timespec { struct
581 struct btrfs_timespec atime;
582 struct btrfs_timespec ctime;
583 struct btrfs_timespec mtime;
584 struct btrfs_timespec otime;
645 struct btrfs_timespec ctime;
646 struct btrfs_timespec otime;
647 struct btrfs_timespec stime;
648 struct btrfs_timespec rtime;
/Linux-v5.10/fs/btrfs/
Dctree.h1698 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
1699 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
1700 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
1701 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
Dsend.c614 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec()
616 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()