Lines Matching refs:stream_name
550 ntfschar **stream_name) in ntfs_fuse_parse_path() argument
561 *stream_name = NULL; in ntfs_fuse_parse_path()
562 res = ntfs_mbstoucs(stream_name_mbs, stream_name); in ntfs_fuse_parse_path()
572 *stream_name = AT_UNNAMED; in ntfs_fuse_parse_path()
589 ntfschar *stream_name; in ntfs_macfuse_getxtimes() local
592 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_macfuse_getxtimes()
610 free(stream_name); in ntfs_macfuse_getxtimes()
811 ntfschar *stream_name; in ntfs_fuse_getattr() local
816 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_getattr()
927 na = ntfs_attr_open(ni, AT_DATA, stream_name, in ntfs_fuse_getattr()
1084 free(stream_name); in ntfs_fuse_getattr()
1135 ntfschar *stream_name; in ntfs_fuse_readlink() local
1145 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_readlink()
1253 free(stream_name); in ntfs_fuse_readlink()
1474 ntfschar *stream_name; in ntfs_fuse_open() local
1481 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_open()
1487 na = ntfs_attr_open(ni, AT_DATA, stream_name, stream_name_len); in ntfs_fuse_open()
1552 free(stream_name); in ntfs_fuse_open()
1562 ntfschar *stream_name; in ntfs_fuse_read() local
1570 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_read()
1596 na = ntfs_attr_open(ni, AT_DATA, stream_name, stream_name_len); in ntfs_fuse_read()
1643 free(stream_name); in ntfs_fuse_read()
1653 ntfschar *stream_name; in ntfs_fuse_write() local
1656 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_write()
1684 na = ntfs_attr_open(ni, AT_DATA, stream_name, stream_name_len); in ntfs_fuse_write()
1717 free(stream_name); in ntfs_fuse_write()
1728 ntfschar *stream_name; in ntfs_fuse_release() local
1742 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_release()
1771 na = ntfs_attr_open(ni, AT_DATA, stream_name, stream_name_len); in ntfs_fuse_release()
1795 free(stream_name); in ntfs_fuse_release()
1815 ntfschar *stream_name; in ntfs_fuse_trunc() local
1822 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_trunc()
1853 na = ntfs_attr_open(ni, AT_DATA, stream_name, stream_name_len); in ntfs_fuse_trunc()
1898 free(stream_name); in ntfs_fuse_trunc()
2069 ntfschar *stream_name; in ntfs_fuse_create() local
2090 &path, &stream_name); in ntfs_fuse_create()
2252 ntfschar *stream_name, const int stream_name_len, in ntfs_fuse_create_stream() argument
2271 stream_name, stream_name_len,fi); in ntfs_fuse_create_stream()
2277 if (ntfs_attr_add(ni, AT_DATA, stream_name, stream_name_len, NULL, 0)) in ntfs_fuse_create_stream()
2307 ntfschar *stream_name; in ntfs_fuse_mknod_common() local
2311 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_mknod_common()
2317 && ntfs_forbidden_names(ctx->vol,stream_name, in ntfs_fuse_mknod_common()
2326 res = ntfs_fuse_create_stream(path, stream_name, in ntfs_fuse_mknod_common()
2331 free(stream_name); in ntfs_fuse_mknod_common()
2530 static int ntfs_fuse_rm_stream(const char *path, ntfschar *stream_name, in ntfs_fuse_rm_stream() argument
2540 if (ntfs_attr_remove(ni, AT_DATA, stream_name, stream_name_len)) in ntfs_fuse_rm_stream()
2551 ntfschar *stream_name; in ntfs_fuse_unlink() local
2558 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_unlink()
2573 res = ntfs_fuse_rm_stream(path, stream_name, in ntfs_fuse_unlink()
2578 res = ntfs_fuse_rm_stream(path, stream_name, stream_name_len); in ntfs_fuse_unlink()
2583 free(stream_name); in ntfs_fuse_unlink()
2683 ntfschar *stream_name; in ntfs_fuse_rename() local
2693 stream_name_len = ntfs_fuse_parse_path(new_path, &path, &stream_name); in ntfs_fuse_rename()
2715 free(stream_name); in ntfs_fuse_rename()
2719 &path, &stream_name); in ntfs_fuse_rename()
2747 free(stream_name); in ntfs_fuse_rename()