Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtree-log.h15 struct btrfs_log_ctx { struct
26 static inline void btrfs_init_log_ctx(struct btrfs_log_ctx *ctx, in btrfs_init_log_ctx() argument
38 static inline void btrfs_release_log_ctx_extents(struct btrfs_log_ctx *ctx) in btrfs_release_log_ctx_extents()
63 struct btrfs_root *root, struct btrfs_log_ctx *ctx);
70 struct btrfs_log_ctx *ctx);
H A Dtree-log.c99 struct btrfs_log_ctx *ctx);
139 struct btrfs_log_ctx *ctx) in start_log_trans()
3019 struct btrfs_log_ctx *ctx) in btrfs_remove_log_ctx()
3036 struct btrfs_log_ctx *ctx; in btrfs_remove_all_log_ctxs()
3037 struct btrfs_log_ctx *safe; in btrfs_remove_all_log_ctxs()
3060 struct btrfs_root *root, struct btrfs_log_ctx *ctx) in btrfs_sync_log()
3071 struct btrfs_log_ctx root_log_ctx; in btrfs_sync_log()
3582 struct btrfs_log_ctx *ctx, in log_dir_items()
3790 struct btrfs_log_ctx *ctx) in log_directory_changes()
4137 struct btrfs_log_ctx *ctx) in log_extent_csums()
[all …]
H A Dfile.c2060 static inline bool skip_inode_logging(const struct btrfs_log_ctx *ctx) in skip_inode_logging()
2101 struct btrfs_log_ctx ctx; in btrfs_sync_file()