/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 591 int stream_name_len; in ntfs_macfuse_getxtimes() local 593 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_macfuse_getxtimes() 594 if (stream_name_len < 0) in ntfs_macfuse_getxtimes() 595 return stream_name_len; in ntfs_macfuse_getxtimes() 610 if (stream_name_len) in ntfs_macfuse_getxtimes() 813 int stream_name_len; in ntfs_fuse_getattr() local 817 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name); in ntfs_fuse_getattr() 818 if (stream_name_len < 0) in ntfs_fuse_getattr() 819 return stream_name_len; in ntfs_fuse_getattr() 846 && !stream_name_len) { in ntfs_fuse_getattr() 1140 int stream_name_len, res = 0; ntfs_fuse_readlink() local 1476 int stream_name_len; ntfs_fuse_open() local 1564 int stream_name_len, res; ntfs_fuse_read() local 1655 int stream_name_len, res, total = 0; ntfs_fuse_write() local 1730 int stream_name_len, res; ntfs_fuse_release() local 1817 int stream_name_len; ntfs_fuse_trunc() local 2071 int stream_name_len; ntfs_fuse_create() local 2252 ntfs_fuse_create_stream(const char *path, ntfschar *stream_name, const int stream_name_len, struct fuse_file_info *fi) ntfs_fuse_create_stream() argument 2309 int stream_name_len; ntfs_fuse_mknod_common() local 2531 ntfs_fuse_rm_stream(const char *path, ntfschar *stream_name, const int stream_name_len) ntfs_fuse_rm_stream() argument 2553 int stream_name_len; ntfs_fuse_unlink() local 2682 int ret, stream_name_len; ntfs_fuse_rename() local [all...] |
H A 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/ |
H A 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/ |
H A D | exfat_ondisk.h | 212 #define stream_name_len dentry.stream.name_len macro
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 648 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/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 7029 ntfschar *stream_name, int stream_name_len, 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) 7079 na = ntfs_attr_open(ni, AT_DATA, stream_name, stream_name_len); 7117 int stream_name_len, off_t offset) 7126 if (!ntfs_attr_lookup(AT_DATA, stream_name, stream_name_len, 7028 ntfs_attr_data_read(ntfs_inode *ni, ntfschar *stream_name, int stream_name_len, char *buf, size_t size, off_t offset) global() argument 7073 ntfs_attr_data_write(ntfs_inode *ni, ntfschar *stream_name, int stream_name_len, const char *buf, size_t size, off_t offset) global() argument 7116 ntfs_attr_shrink_size(ntfs_inode *ni, ntfschar *stream_name, int stream_name_len, off_t offset) global() argument
|