Home
last modified time | relevance | path

Searched refs:hash_order (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
A Dttm_object.h282 unsigned int hash_order);
310 unsigned int hash_order,
A Dttm_object.c495 unsigned int hash_order) in ttm_object_file_init() argument
511 ret = drm_ht_create(&tfile->ref_hash[i], hash_order); in ttm_object_file_init()
530 unsigned int hash_order, in ttm_object_device_init() argument
542 ret = drm_ht_create(&tdev->object_hash, hash_order); in ttm_object_device_init()
/linux/fs/ceph/
A Dmds_client.h131 bool hash_order; member
A Ddir.c69 loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order) in ceph_make_fpos() argument
72 if (hash_order) in ceph_make_fpos()
436 (int)req->r_reply_info.hash_order); in ceph_readdir()
441 if (!rinfo->hash_order) { in ceph_readdir()
A Dinode.c1632 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
1650 if (!rinfo->hash_order) in ceph_readdir_prepopulate()
1665 !(rinfo->hash_order && last_hash)) { in ceph_readdir_prepopulate()
1691 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
A Dsuper.h1234 extern loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order);
A Dmds_client.c358 info->hash_order = !!(flags & CEPH_READDIR_HASH_ORDER); in parse_reply_info_readdir()

Completed in 27 milliseconds