Searched refs:NTFS_INDEX_I30 (Results 1 – 13 of 13) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 77 ntfschar NTFS_INDEX_I30[5] = { const_cpu_to_le16('$'), const_cpu_to_le16('I'), variable 279 if (ntfs_attr_lookup(AT_INDEX_ROOT, NTFS_INDEX_I30, 4, CASE_SENSITIVE, 0, NULL, in ntfs_inode_lookup_by_name() 372 ia_na = ntfs_attr_open(dir_ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in ntfs_inode_lookup_by_name() 1134 ia_na = ntfs_attr_open(dir_ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in ntfs_readdir() 1185 if (ntfs_attr_lookup(AT_INDEX_ROOT, NTFS_INDEX_I30, 4, CASE_SENSITIVE, 0, NULL, in ntfs_readdir() 1287 bmp_na = ntfs_attr_open(dir_ni, AT_BITMAP, NTFS_INDEX_I30, 4); in ntfs_readdir() 1604 if (ntfs_attr_add(ni, AT_INDEX_ROOT, NTFS_INDEX_I30, 4, in __ntfs_create() 1849 na = ntfs_attr_open(ni, AT_INDEX_ROOT, NTFS_INDEX_I30, 4); in ntfs_check_empty_dir() 2530 icx = ntfs_index_ctx_get(dir_ni, NTFS_INDEX_I30, 4); in set_namespace()
|
D | attrib.c | 431 if (name && name != AT_UNNAMED && name != NTFS_INDEX_I30) { in ntfs_attr_open() 596 if (na->name != AT_UNNAMED && na->name != NTFS_INDEX_I30 in ntfs_attr_close() 2083 ? na->type == AT_INDEX_ROOT && na->name == NTFS_INDEX_I30 2572 ? na->type == AT_INDEX_ROOT && na->name == NTFS_INDEX_I30 4196 ? type == AT_INDEX_ROOT && name == NTFS_INDEX_I30 4636 || ((type == AT_INDEX_ROOT) && (name == NTFS_INDEX_I30)))) 5350 ? na->type == AT_INDEX_ROOT && na->name == NTFS_INDEX_I30 6451 if (na->type == AT_INDEX_ROOT && na->name == NTFS_INDEX_I30) { 6683 if (na->type == AT_INDEX_ROOT && na->name == NTFS_INDEX_I30) {
|
D | index.c | 1650 icx = ntfs_index_ctx_get(ni, NTFS_INDEX_I30, 4); in ntfs_index_add_filename() 1967 icx = ntfs_index_ctx_get(dir_ni, NTFS_INDEX_I30, 4); in ntfs_index_remove()
|
D | reparse.c | 150 icx = ntfs_index_ctx_get(dir_ni, NTFS_INDEX_I30, 4); in ntfs_fix_file_name()
|
D | inode.c | 849 ictx = ntfs_index_ctx_get(index_ni, NTFS_INDEX_I30, 4); in ntfs_inode_sync_file_name()
|
D | security.c | 4448 NTFS_INDEX_I30, 4, in ntfs_set_ntfs_attrib() 5078 NTFS_INDEX_I30, 4, in ntfs_set_file_attributes()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | dir.h | 55 extern ntfschar NTFS_INDEX_I30[5];
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfswipe.c | 1282 naa = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in wipe_directory() 1305 nab = ntfs_attr_open(ni, AT_BITMAP, NTFS_INDEX_I30, 4); in wipe_directory() 1314 nar = ntfs_attr_open(ni, AT_INDEX_ROOT, NTFS_INDEX_I30, 4); in wipe_directory()
|
D | utils.c | 1078 if (ntfs_attr_lookup(AT_INDEX_ROOT, NTFS_INDEX_I30, 4, 0, 0, NULL, 0, attr_ctx) == 0) in mft_next_record()
|
D | ntfsclone.c | 1720 NTFS_INDEX_I30,8); 1801 AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);
|
D | mkntfs.c | 3242 m_parent, NTFS_INDEX_I30, 4, AT_FILE_NAME); in create_hardlink_res() 5074 g_vol->mft_record_size), NTFS_INDEX_I30, 4)) in mkntfs_redirect()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 893 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in ntfs_fuse_getattr()
|
D | lowntfs-3g.c | 810 NTFS_INDEX_I30, 4); in ntfs_fuse_getstat()
|