Home
last modified time | relevance | path

Searched refs:path_resolve_ctx (Results 1 – 5 of 5) sorted by relevance

/third_party/exfatprogs/include/
Dexfat_fs.h57 struct path_resolve_ctx { struct
81 int exfat_resolve_path(struct path_resolve_ctx *ctx, struct exfat_inode *child); argument
82 int exfat_resolve_path_parent(struct path_resolve_ctx *ctx,
/third_party/exfatprogs/fsck/
Dfsck.c48 struct path_resolve_ctx path_resolve_ctx; variable
83 exfat_resolve_path_parent(&path_resolve_ctx, \
86 path_resolve_ctx.local_path, \
93 exfat_resolve_path_parent(&path_resolve_ctx, \
96 exfat_resolve_path(&path_resolve_ctx, \
100 path_resolve_ctx.local_path, \
1277 exfat_resolve_path(&path_resolve_ctx, dir); in exfat_filesystem_check()
1279 path_resolve_ctx.local_path); in exfat_filesystem_check()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c70 static struct path_resolve_ctx path_resolve_ctx; variable
90 exfat_resolve_path_parent(&path_resolve_ctx, \
93 path_resolve_ctx.local_path, \
540 exfat_resolve_path(&path_resolve_ctx, dir); in dump_filesystem()
542 path_resolve_ctx.local_path); in dump_filesystem()
/third_party/exfatprogs/lib/
Dexfat_fs.c254 int exfat_resolve_path(struct path_resolve_ctx *ctx, struct exfat_inode *child) in exfat_resolve_path()
292 int exfat_resolve_path_parent(struct path_resolve_ctx *ctx, in exfat_resolve_path_parent()
Dexfat_dir.c19 static struct path_resolve_ctx path_resolve_ctx; variable
23 exfat_resolve_path_parent(&path_resolve_ctx, \
26 path_resolve_ctx.local_path, \