Home
last modified time | relevance | path

Searched refs:NTFS_INDEX_I30 (Results 1 – 13 of 13) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Ddir.c77 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()
Dattrib.c431 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) {
Dindex.c1650 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()
Dreparse.c150 icx = ntfs_index_ctx_get(dir_ni, NTFS_INDEX_I30, 4); in ntfs_fix_file_name()
Dinode.c849 ictx = ntfs_index_ctx_get(index_ni, NTFS_INDEX_I30, 4); in ntfs_inode_sync_file_name()
Dsecurity.c4448 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/
Ddir.h55 extern ntfschar NTFS_INDEX_I30[5];
/third_party/ntfs-3g/ntfsprogs/
Dntfswipe.c1282 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()
Dutils.c1078 if (ntfs_attr_lookup(AT_INDEX_ROOT, NTFS_INDEX_I30, 4, 0, 0, NULL, 0, attr_ctx) == 0) in mft_next_record()
Dntfsclone.c1720 NTFS_INDEX_I30,8);
1801 AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);
Dmkntfs.c3242 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/
Dntfs-3g.c893 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4); in ntfs_fuse_getattr()
Dlowntfs-3g.c810 NTFS_INDEX_I30, 4); in ntfs_fuse_getstat()