Searched refs:stream_name_len (Results 1 – 5 of 5) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 590 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 …]
|
D | lowntfs-3g.c | 532 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/ |
D | attrib.h | 394 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/include/ |
D | exfat_ondisk.h | 208 #define stream_name_len dentry.stream.name_len macro
|
/third_party/ntfs-3g/libntfs-3g/ |
D | attrib.c | 7029 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,
|