Lines Matching defs:fs_info
1282 struct btrfs_fs_info *fs_info; member
1834 struct btrfs_fs_info *fs_info; member
3651 static inline int btrfs_fs_closing(struct btrfs_fs_info *fs_info) in btrfs_fs_closing()
3671 static inline void free_fs_info(struct btrfs_fs_info *fs_info) in free_fs_info()
4024 void btrfs_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...) in btrfs_printk()
4029 #define btrfs_emerg(fs_info, fmt, args...) \ argument
4031 #define btrfs_alert(fs_info, fmt, args...) \ argument
4033 #define btrfs_crit(fs_info, fmt, args...) \ argument
4035 #define btrfs_err(fs_info, fmt, args...) \ argument
4037 #define btrfs_warn(fs_info, fmt, args...) \ argument
4039 #define btrfs_notice(fs_info, fmt, args...) \ argument
4041 #define btrfs_info(fs_info, fmt, args...) \ argument
4045 #define btrfs_debug(fs_info, fmt, args...) \ argument
4048 #define btrfs_debug(fs_info, fmt, args...) \ argument
4080 static inline void __btrfs_set_fs_incompat(struct btrfs_fs_info *fs_info, in __btrfs_set_fs_incompat()
4101 #define btrfs_fs_incompat(fs_info, opt) \ argument
4104 static inline int __btrfs_fs_incompat(struct btrfs_fs_info *fs_info, u64 flag) in __btrfs_fs_incompat()
4122 #define btrfs_std_error(fs_info, errno) \ argument
4129 #define btrfs_error(fs_info, errno, fmt, args...) \ argument
4143 #define btrfs_panic(fs_info, errno, fmt, args...) \ argument
4199 static inline void btrfs_bio_counter_dec(struct btrfs_fs_info *fs_info) in btrfs_bio_counter_dec()
4229 static inline int btrfs_defrag_cancelled(struct btrfs_fs_info *fs_info) in btrfs_defrag_cancelled()