Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
407 static inline struct btrfs_timespec *412 return (struct btrfs_timespec *)ptr; in btrfs_inode_atime()415 static inline struct btrfs_timespec *420 return (struct btrfs_timespec *)ptr; in btrfs_inode_mtime()423 static inline struct btrfs_timespec *428 return (struct btrfs_timespec *)ptr; in btrfs_inode_ctime()431 static inline struct btrfs_timespec *436 return (struct btrfs_timespec *)ptr; in btrfs_inode_otime()855 return (struct btrfs_timespec *)ptr; in btrfs_root_ctime()863 return (struct btrfs_timespec *)ptr; in btrfs_root_otime()[all …]
71 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)
592 struct btrfs_timespec { struct651 struct btrfs_timespec atime;652 struct btrfs_timespec ctime;653 struct btrfs_timespec mtime;654 struct btrfs_timespec otime;715 struct btrfs_timespec ctime;716 struct btrfs_timespec otime;717 struct btrfs_timespec stime;718 struct btrfs_timespec rtime;
Completed in 13 milliseconds