Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h549 struct btrfs_timespec { struct
577 struct btrfs_timespec atime;
578 struct btrfs_timespec ctime;
579 struct btrfs_timespec mtime;
580 struct btrfs_timespec otime;
641 struct btrfs_timespec ctime;
642 struct btrfs_timespec otime;
643 struct btrfs_timespec stime;
644 struct btrfs_timespec rtime;
/Linux-v4.19/fs/btrfs/
Dctree.h1759 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
1760 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
1761 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
1762 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
Dsend.c597 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec()
599 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()