Searched refs:select_reparse_plugin (Results 1 – 4 of 4) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.h | 216 const struct plugin_operations *select_reparse_plugin(ntfs_fuse_context_t *ctx,
|
D | ntfs-3g_common.c | 827 const struct plugin_operations *select_reparse_plugin(ntfs_fuse_context_t *ctx, function 935 ops = select_reparse_plugin(ctx, ni, &reparse);
|
D | ntfs-3g.c | 150 ops = select_reparse_plugin(ctx, ni, &reparse), \ 2154 ops = select_reparse_plugin(ctx, dir_ni, &reparse); in ntfs_fuse_create()
|
D | lowntfs-3g.c | 181 ops = select_reparse_plugin(ctx, ni, &reparse), \ 2422 ops = select_reparse_plugin(ctx, dir_ni, &reparse); in ntfs_fuse_create()
|