Home
last modified time | relevance | path

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

/linux/include/uapi/linux/ !
H A Dbtrfs_tree.h876 struct btrfs_timespec { struct
904 struct btrfs_timespec atime;
905 struct btrfs_timespec ctime;
906 struct btrfs_timespec mtime;
907 struct btrfs_timespec otime;
968 struct btrfs_timespec ctime;
969 struct btrfs_timespec otime;
970 struct btrfs_timespec stime;
971 struct btrfs_timespec rtime;
877 secbtrfs_timespec global() argument
878 nsecbtrfs_timespec global() argument
/linux/fs/btrfs/ !
H A Daccessors.h310 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
311 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
312 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
313 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
H A Dprint-tree.c239 struct btrfs_timespec *timespec, in print_timespec()
H A Dsend.c709 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec()
711 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()