Home
last modified time | relevance | path

Searched refs:bigdirindaddr (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/adfs/
Ddir_fplus.c192 obj->indaddr = le32_to_cpu(bde.bigdirindaddr); in adfs_fplus_getnext()
250 } while (le32_to_cpu(bde.bigdirindaddr) != obj->indaddr); in adfs_fplus_update()
255 bde.bigdirindaddr = cpu_to_le32(obj->indaddr); in adfs_fplus_update()
Ddir_fplus.h31 __le32 bigdirindaddr; member