Home
last modified time | relevance | path

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

/u-boot/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h598 struct btrfs_timespec { struct
657 struct btrfs_timespec atime;
658 struct btrfs_timespec ctime;
659 struct btrfs_timespec mtime;
660 struct btrfs_timespec otime;
721 struct btrfs_timespec ctime;
722 struct btrfs_timespec otime;
723 struct btrfs_timespec stime;
724 struct btrfs_timespec rtime;
/u-boot/fs/btrfs/
A Dconv-funcs.h71 DEFINE_CONV_FOR_STRUCT(btrfs_timespec)
84 struct btrfs_timespec: btrfs_timespec_to_disk_v, \
97 struct btrfs_timespec: btrfs_timespec_to_cpu_v, \
138 DEFINE_CONV(btrfs_timespec, sec, nsec)
A Dctree.h408 static inline struct btrfs_timespec *
413 return (struct btrfs_timespec *)ptr; in btrfs_inode_atime()
416 static inline struct btrfs_timespec *
421 return (struct btrfs_timespec *)ptr; in btrfs_inode_mtime()
424 static inline struct btrfs_timespec *
429 return (struct btrfs_timespec *)ptr; in btrfs_inode_ctime()
432 static inline struct btrfs_timespec *
437 return (struct btrfs_timespec *)ptr; in btrfs_inode_otime()
857 return (struct btrfs_timespec *)ptr; in btrfs_root_ctime()
865 return (struct btrfs_timespec *)ptr; in btrfs_root_otime()
[all …]

Completed in 9 milliseconds