Searched refs:path_resolve_ctx (Results 1 – 5 of 5) sorted by relevance
/third_party/exfatprogs/include/ |
D | exfat_fs.h | 57 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/ |
D | fsck.c | 48 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/ |
D | exfat2img.c | 70 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/ |
D | exfat_fs.c | 254 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()
|
D | exfat_dir.c | 19 static struct path_resolve_ctx path_resolve_ctx; variable 23 exfat_resolve_path_parent(&path_resolve_ctx, \ 26 path_resolve_ctx.local_path, \
|