Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h554 struct btrfs_timespec { struct
582 struct btrfs_timespec atime;
583 struct btrfs_timespec ctime;
584 struct btrfs_timespec mtime;
585 struct btrfs_timespec otime;
646 struct btrfs_timespec ctime;
647 struct btrfs_timespec otime;
648 struct btrfs_timespec stime;
649 struct btrfs_timespec rtime;
/Linux-v5.4/fs/btrfs/
Dctree.h1582 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
1583 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
1584 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
1585 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
Dsend.c612 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec()
614 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()