Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dtree-log.h18 struct btrfs_log_ctx { struct
37 static inline void btrfs_init_log_ctx(struct btrfs_log_ctx *ctx, in btrfs_init_log_ctx() argument
54 static inline void btrfs_release_log_ctx_extents(struct btrfs_log_ctx *ctx) in btrfs_release_log_ctx_extents()
79 struct btrfs_root *root, struct btrfs_log_ctx *ctx);
86 struct btrfs_log_ctx *ctx);
Dtree-log.c100 struct btrfs_log_ctx *ctx);
141 struct btrfs_log_ctx *ctx) in start_log_trans()
2898 struct btrfs_log_ctx *ctx) in btrfs_remove_log_ctx()
2912 struct btrfs_log_ctx *ctx; in btrfs_remove_all_log_ctxs()
2913 struct btrfs_log_ctx *safe; in btrfs_remove_all_log_ctxs()
2934 struct btrfs_root *root, struct btrfs_log_ctx *ctx) in btrfs_sync_log()
2945 struct btrfs_log_ctx root_log_ctx; in btrfs_sync_log()
3688 struct btrfs_log_ctx *ctx, in process_dir_items_leaf()
3808 struct btrfs_log_ctx *ctx, in log_dir_items()
3995 const struct btrfs_log_ctx *ctx) in update_last_dir_index_offset()
[all …]
Dfile.c2054 static inline bool skip_inode_logging(const struct btrfs_log_ctx *ctx) in skip_inode_logging()
2096 struct btrfs_log_ctx ctx; in btrfs_sync_file()