Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A 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;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs_tree.h553 struct btrfs_timespec { struct
581 struct btrfs_timespec atime;
582 struct btrfs_timespec ctime;
583 struct btrfs_timespec mtime;
584 struct btrfs_timespec otime;
645 struct btrfs_timespec ctime;
646 struct btrfs_timespec otime;
647 struct btrfs_timespec stime;
648 struct btrfs_timespec rtime;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A 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;
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dctree.h1706 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
1707 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
1708 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
1709 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
H A Dsend.c615 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec()
617 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()