Home
last modified time | relevance | path

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

/linux-6.15/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()
2871 struct btrfs_log_ctx *ctx) in btrfs_remove_log_ctx()
2885 struct btrfs_log_ctx *ctx; in btrfs_remove_all_log_ctxs()
2886 struct btrfs_log_ctx *safe; in btrfs_remove_all_log_ctxs()
3812 struct btrfs_log_ctx *ctx, in log_dir_items()
4069 struct btrfs_log_ctx *ctx) in log_directory_changes()
4686 struct btrfs_log_ctx *ctx) in log_one_extent()
5057 struct btrfs_log_ctx *ctx) in btrfs_log_all_xattrs()
5440 struct btrfs_log_ctx *ctx) in log_new_dir_dentries()
[all …]
H A Dfile.c1444 static inline bool skip_inode_logging(const struct btrfs_log_ctx *ctx) in skip_inode_logging()
1486 struct btrfs_log_ctx ctx; in btrfs_sync_file()