Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dtree-log.h32 struct btrfs_log_ctx { struct
58 void btrfs_init_log_ctx(struct btrfs_log_ctx *ctx, struct btrfs_inode *inode); argument
59 void btrfs_init_log_ctx_scratch_eb(struct btrfs_log_ctx *ctx);
60 void btrfs_release_log_ctx_extents(struct btrfs_log_ctx *ctx);
74 struct btrfs_root *root, struct btrfs_log_ctx *ctx);
81 struct btrfs_log_ctx *ctx);
H A Dtree-log.c107 struct btrfs_log_ctx *ctx);
167 struct btrfs_log_ctx *ctx) in start_log_trans()
2842 void btrfs_init_log_ctx(struct btrfs_log_ctx *ctx, struct btrfs_inode *inode) in btrfs_init_log_ctx()
2859 void btrfs_init_log_ctx_scratch_eb(struct btrfs_log_ctx *ctx) in btrfs_init_log_ctx_scratch_eb()
2874 void btrfs_release_log_ctx_extents(struct btrfs_log_ctx *ctx) in btrfs_release_log_ctx_extents()
2889 struct btrfs_log_ctx *ctx) in btrfs_remove_log_ctx()
2903 struct btrfs_log_ctx *ctx; in btrfs_remove_all_log_ctxs()
2904 struct btrfs_log_ctx *safe; in btrfs_remove_all_log_ctxs()
2924 struct btrfs_root *root, struct btrfs_log_ctx *ctx) in btrfs_sync_log()
2935 struct btrfs_log_ctx root_log_ctx; in btrfs_sync_log()
[all …]
H A Dfile.c1445 static inline bool skip_inode_logging(const struct btrfs_log_ctx *ctx) in skip_inode_logging()
1487 struct btrfs_log_ctx ctx; in btrfs_sync_file()