Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dbtrfs_tree.h821 struct btrfs_timespec { struct
849 struct btrfs_timespec atime;
850 struct btrfs_timespec ctime;
851 struct btrfs_timespec mtime;
852 struct btrfs_timespec otime;
913 struct btrfs_timespec ctime;
914 struct btrfs_timespec otime;
915 struct btrfs_timespec stime;
916 struct btrfs_timespec rtime;
/linux-6.6.21/fs/btrfs/
Daccessors.h303 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
304 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
305 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
306 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec, nsec, 32);
Dsend.c708 struct btrfs_timespec *ts) in tlv_put_btrfs_timespec()
710 struct btrfs_timespec bts; in tlv_put_btrfs_timespec()