Home
last modified time | relevance | path

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

/aosp_15_r20/external/exfatprogs/lib/
H A 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()
/aosp_15_r20/external/exfatprogs/include/
H A Dexfat_fs.h81 int exfat_resolve_path(struct path_resolve_ctx *ctx, struct exfat_inode *child);
/aosp_15_r20/external/exfatprogs/fsck/
H A Dfsck.c96 exfat_resolve_path(&path_resolve_ctx, \
1319 exfat_resolve_path(&path_resolve_ctx, dir); in exfat_filesystem_check()
/aosp_15_r20/external/exfatprogs/exfat2img/
H A Dexfat2img.c540 exfat_resolve_path(&path_resolve_ctx, dir); in dump_filesystem()