Searched refs:btrfs_timespec (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 866 struct btrfs_timespec { struct 894 struct btrfs_timespec atime; 895 struct btrfs_timespec ctime; 896 struct btrfs_timespec mtime; 897 struct btrfs_timespec otime; 958 struct btrfs_timespec ctime; 959 struct btrfs_timespec otime; 960 struct btrfs_timespec stime; 961 struct btrfs_timespec rtime; 867 secbtrfs_timespec global() argument 868 nsecbtrfs_timespec global() argument
|
/linux/fs/btrfs/ |
H A D | accessors.h | 289 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64); 290 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32); 291 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64); 292 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
|