Home
last modified time | relevance | path

Searched refs:exfat_resolve_path (Results 1 – 4 of 4) sorted by relevance

/third_party/exfatprogs/lib/
Dexfat_fs.c254 int exfat_resolve_path(struct path_resolve_ctx *ctx, struct exfat_inode *child) in exfat_resolve_path() function
301 ret = exfat_resolve_path(ctx, child); in exfat_resolve_path_parent()
/third_party/exfatprogs/include/
Dexfat_fs.h81 int exfat_resolve_path(struct path_resolve_ctx *ctx, struct exfat_inode *child);
/third_party/exfatprogs/fsck/
Dfsck.c96 exfat_resolve_path(&path_resolve_ctx, \
1277 exfat_resolve_path(&path_resolve_ctx, dir); in exfat_filesystem_check()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c540 exfat_resolve_path(&path_resolve_ctx, dir); in dump_filesystem()