Home
last modified time | relevance | path

Searched refs:stream_name_len (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g.c590 int stream_name_len; in ntfs_macfuse_getxtimes() local
592 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_macfuse_getxtimes()
593 if (stream_name_len < 0) in ntfs_macfuse_getxtimes()
594 return stream_name_len; in ntfs_macfuse_getxtimes()
609 if (stream_name_len) in ntfs_macfuse_getxtimes()
812 int stream_name_len; in ntfs_fuse_getattr() local
816 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_getattr()
817 if (stream_name_len < 0) in ntfs_fuse_getattr()
818 return stream_name_len; in ntfs_fuse_getattr()
845 && !stream_name_len) { in ntfs_fuse_getattr()
[all …]
Dlowntfs-3g.c532 int stream_name_len;
534 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name);
535 if (stream_name_len < 0)
536 return stream_name_len;
551 if (stream_name_len)
/third_party/ntfs-3g/include/ntfs-3g/
Dattrib.h394 ntfschar *stream_name, int stream_name_len,
397 ntfschar *stream_name, int stream_name_len,
400 int stream_name_len, off_t offset);
/third_party/exfatprogs/fsck/
Dfsck.c648 if (stream_de->stream_name_len != name_len) { in check_name_dentry_set()
652 stream_de->stream_name_len = (__u8)name_len; in check_name_dentry_set()
805 stream_de->stream_name_len = (__u8)ret; in handle_dot_dotdot_filename()
883 if (file_de->file_num_ext == 2 && stream_de->stream_name_len <= 2) { in read_file_dentry_set()
885 stream_de->stream_name_len); in read_file_dentry_set()
/third_party/exfatprogs/include/
Dexfat_ondisk.h211 #define stream_name_len dentry.stream.name_len macro
/third_party/ntfs-3g/libntfs-3g/
Dattrib.c7029 ntfschar *stream_name, int stream_name_len, argument
7035 na = ntfs_attr_open(ni, AT_DATA, stream_name, stream_name_len);
7074 int stream_name_len, const char *buf, size_t size, off_t offset) argument
7079 na = ntfs_attr_open(ni, AT_DATA, stream_name, stream_name_len);
7117 int stream_name_len, off_t offset) argument
7126 if (!ntfs_attr_lookup(AT_DATA, stream_name, stream_name_len,