Searched refs:ntfs_index_lookup (Results 1 – 7 of 7) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | object_id.c | 236 if (!ntfs_index_lookup(&key, in merge_index_data() 286 if (!ntfs_index_lookup(&key, in remove_object_id_index() 532 if ((ntfs_index_lookup(&key, in ntfs_set_ntfs_object_id()
|
D | reparse.c | 170 lkup = ntfs_index_lookup((char*)&find, uname_len, icx); in ntfs_fix_file_name() 1000 if (!ntfs_index_lookup(&key, sizeof(REPARSE_INDEX_KEY), xr) in remove_reparse_index()
|
D | index.c | 769 int ntfs_index_lookup(const void *key, const int key_len, ntfs_index_context *icx) in ntfs_index_lookup() function 1570 if (!ntfs_index_lookup(&ie->key, le16_to_cpu(ie->key_length), icx)) { in ntfs_ie_add() 1973 if (ntfs_index_lookup(key, keylen, icx)) in ntfs_index_remove()
|
D | security.c | 658 found = !ntfs_index_lookup((char*)&keyid, in entersecurityattr() 713 found = !ntfs_index_lookup((char*)&keyid, in entersecurityattr() 860 found = !ntfs_index_lookup((char*)&key, in setsecurityattr() 1819 !ntfs_index_lookup((char*)&id, in retrievesecurityattr() 5167 found = !ntfs_index_lookup((char*)&key, in ntfs_read_sii() 5204 found = !ntfs_index_lookup((char*)&key, in ntfs_read_sdh()
|
D | inode.c | 860 if (ntfs_index_lookup(fn, sizeof(FILE_NAME_ATTR), ictx)) { in ntfs_inode_sync_file_name()
|
D | dir.c | 2532 lkup = ntfs_index_lookup((char*)fn, len, icx); in set_namespace()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | index.h | 146 extern int ntfs_index_lookup(const void *key, const int key_len,
|