Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dtree-log.h24 struct btrfs_log_ctx { struct
41 static inline void btrfs_init_log_ctx(struct btrfs_log_ctx *ctx, in btrfs_init_log_ctx() argument
58 static inline void btrfs_release_log_ctx_extents(struct btrfs_log_ctx *ctx) in btrfs_release_log_ctx_extents()
83 struct btrfs_root *root, struct btrfs_log_ctx *ctx);
90 struct btrfs_log_ctx *ctx);
H A Dtree-log.c109 struct btrfs_log_ctx *ctx);
150 struct btrfs_log_ctx *ctx) in start_log_trans()
2827 struct btrfs_log_ctx *ctx) in btrfs_remove_log_ctx()
2841 struct btrfs_log_ctx *ctx; in btrfs_remove_all_log_ctxs()
2842 struct btrfs_log_ctx *safe; in btrfs_remove_all_log_ctxs()
3753 struct btrfs_log_ctx *ctx, in log_dir_items()
4010 struct btrfs_log_ctx *ctx) in log_directory_changes()
4626 struct btrfs_log_ctx *ctx) in log_one_extent()
5377 struct btrfs_log_ctx *ctx) in log_new_dir_dentries()
5581 struct btrfs_log_ctx *ctx) in add_conflicting_inode()
[all …]
H A Dfile.c1744 static inline bool skip_inode_logging(const struct btrfs_log_ctx *ctx) in skip_inode_logging()
1786 struct btrfs_log_ctx ctx; in btrfs_sync_file()