Searched refs:ntfs_index_lookup (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dindex.h63 * We use this context to allow ntfs_index_lookup() to return the found index
91 extern int ntfs_index_lookup(const void *key, const int key_len,
H A Dquota.c57 err = ntfs_index_lookup(&qid, sizeof(qid), ictx);
H A Dindex.c79 * ntfs_index_lookup - find a key in an index and return its index entry
84 * Before calling ntfs_index_lookup(), @ictx must have been obtained from a
88 * ntfs_index_lookup() walks the contents of the index looking for the @key.
119 int ntfs_index_lookup(const void *key, const int key_len, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dindex.h110 extern int ntfs_index_lookup(const void *key, const int key_len,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c177 * Reinitialize the index context @icx so it can be used for ntfs_index_lookup.
631 * ntfs_index_lookup - find a key in an index and return its index entry
636 * Before calling ntfs_index_lookup(), @icx must have been obtained from a
640 * ntfs_index_lookup() walks the contents of the index looking for the @key.
662 int ntfs_index_lookup(const void *key, const int key_len, ntfs_index_context *icx) function
1437 if (!ntfs_index_lookup(&ie->key, le16_to_cpu(ie->key_length), icx)) {
1824 if (ntfs_index_lookup(key, keylen, icx))
H A Dinode.c574 * ntfs_index_lookup), it's acceptable for library,
598 if (ntfs_index_lookup(fn, sizeof(FILE_NAME_ATTR), ictx)) {

Completed in 52 milliseconds