Searched refs:btrfs_timespec (Results 1 – 3 of 3) sorted by relevance
598 struct btrfs_timespec { struct657 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;
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)
408 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