Home
last modified time | relevance | path

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

/linux-4.19.296/include/drm/ttm/
Dttm_object.h281 unsigned int hash_order);
309 unsigned int hash_order,
/linux-4.19.296/fs/ceph/
Dmds_client.h104 bool hash_order; member
Ddir.c62 loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order) in ceph_make_fpos() argument
65 if (hash_order) in ceph_make_fpos()
423 (int)req->r_reply_info.hash_order); in ceph_readdir()
428 if (!rinfo->hash_order) { in ceph_readdir()
Dinode.c1553 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
1571 if (!rinfo->hash_order) in ceph_readdir_prepopulate()
1586 !(rinfo->hash_order && last_hash)) { in ceph_readdir_prepopulate()
1612 if (rinfo->hash_order) { in ceph_readdir_prepopulate()
Dsuper.h1048 extern loff_t ceph_make_fpos(unsigned high, unsigned off, bool hash_order);
Dmds_client.c211 info->hash_order = !!(flags & CEPH_READDIR_HASH_ORDER); in parse_reply_info_dir()