Lines Matching refs:btrfs_timespec
703 struct btrfs_timespec { struct
739 struct btrfs_timespec atime;
740 struct btrfs_timespec ctime;
741 struct btrfs_timespec mtime;
742 struct btrfs_timespec otime;
803 struct btrfs_timespec ctime;
804 struct btrfs_timespec otime;
805 struct btrfs_timespec stime;
806 struct btrfs_timespec rtime;
2506 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
2507 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
2508 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
2509 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);