Searched refs:wanted (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c985 /* this is needed when security data is wanted */
1700 struct CACHED_PERMISSIONS_LEGACY wanted; local
1703 wanted.perm.uid = uid;
1704 wanted.perm.gid = gid;
1706 wanted.perm.mode = pxdesc->mode & 07777;
1707 wanted.perm.inh_fileid = const_cpu_to_le32(0);
1708 wanted.perm.inh_dirid = const_cpu_to_le32(0);
1709 wanted.mft_no = ni->mft_no;
1710 wanted.variable = (void*)pxdesc;
1711 wanted
1783 struct CACHED_PERMISSIONS_LEGACY wanted; local
2667 struct CACHED_SECURID wanted; local
2811 struct CACHED_SECURID wanted; local
2894 struct CACHED_SECURID wanted; local
[all...]
H A Dcache.h103 const struct CACHED_GENERIC *wanted,
H A Dcache.c47 * A compare function must be provided for finding a wanted entry
148 const struct CACHED_GENERIC *wanted, cache_compare compare)
162 h = cache->dohash(wanted);
164 while (link && compare(link->entry, wanted))
176 && compare(current, wanted)) {
147 ntfs_fetch_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *wanted, cache_compare compare) argument
H A Ddir.c123 const struct CACHED_GENERIC *wanted)
126 || strcmp(cached->variable, wanted->variable));
141 const struct CACHED_GENERIC *wanted)
148 w = (const struct CACHED_INODE*)wanted;
172 const struct CACHED_GENERIC *wanted)
175 const struct CACHED_LOOKUP *w = (const struct CACHED_LOOKUP*) wanted;
191 const struct CACHED_GENERIC *wanted)
194 const struct CACHED_LOOKUP *w = (const struct CACHED_LOOKUP*) wanted;
122 inode_cache_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) argument
140 inode_cache_inv_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) argument
171 lookup_cache_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) argument
190 lookup_cache_inv_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) argument
H A Dinode.c429 const struct CACHED_GENERIC *wanted)
432 != ((const struct CACHED_NIDATA*)wanted)->inum);
428 idata_cache_compare(const struct CACHED_GENERIC *cached, const struct CACHED_GENERIC *wanted) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp618 BTree::_Find(Path* path, btrfs_key& wanted, void** _value, uint32* _size, argument
621 status_t status = Traverse(type, path, wanted);
630 if (found.Type() != wanted.Type() && wanted.Type() != BTRFS_KEY_TYPE_ANY) {
631 ERROR("Find() not found wanted: %" B_PRIu64 " %" B_PRIu8 " %"
633 wanted.ObjectID(), wanted.Type(), wanted.Offset(), found.ObjectID(),
638 wanted = found;
/haiku/src/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.cpp321 uint16 wanted; local
344 wanted = MIN(pktlen, *len);
349 if (*len < wanted)
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1806 int wanted; local
1812 if (user_memcpy(&wanted, buffer, sizeof(int)) != B_OK)
1819 bigtime_t timeout = wanted == 0 ? 0 : B_INFINITE_TIMEOUT;
1821 // TODO: If wanted is > the TTY buffer size, this loop cannot work
1824 status_t status = readLocker.AcquireReader(timeout, wanted);
1829 } while (toRead < wanted);

Completed in 183 milliseconds