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

/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h870 struct btrfs_timespec { struct
898 struct btrfs_timespec atime;
899 struct btrfs_timespec ctime;
900 struct btrfs_timespec mtime;
901 struct btrfs_timespec otime;
962 struct btrfs_timespec ctime;
963 struct btrfs_timespec otime;
964 struct btrfs_timespec stime;
965 struct btrfs_timespec rtime;
/linux-master/fs/btrfs/
H A Daccessors.h313 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
314 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
315 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
316 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
H A Dsend.c707 struct btrfs_timespec *ts)
709 struct btrfs_timespec bts;

Completed in 203 milliseconds