Lines Matching refs:btrfs_timespec
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()
440 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
441 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
442 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec,
444 BTRFS_SETGET_STACK_FUNCS(stack_timespec_nsec, struct btrfs_timespec,
852 static inline struct btrfs_timespec* btrfs_root_ctime( in btrfs_root_ctime()
857 return (struct btrfs_timespec *)ptr; in btrfs_root_ctime()
860 static inline struct btrfs_timespec* btrfs_root_otime( in btrfs_root_otime()
865 return (struct btrfs_timespec *)ptr; in btrfs_root_otime()
868 static inline struct btrfs_timespec* btrfs_root_stime( in btrfs_root_stime()
873 return (struct btrfs_timespec *)ptr; in btrfs_root_stime()
876 static inline struct btrfs_timespec* btrfs_root_rtime( in btrfs_root_rtime()
881 return (struct btrfs_timespec *)ptr; in btrfs_root_rtime()