Home
last modified time | relevance | path

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

/linux-5.19.10/fs/adfs/
Ddir_fplus.c72 struct adfs_bigdirheader *h = dir->bighead; in adfs_fplus_checkbyte()
116 dir->bighead = h = (void *)dir->bhs[0]->b_data; in adfs_fplus_read()
163 if (fpos <= le32_to_cpu(dir->bighead->bigdirentries)) { in adfs_fplus_setpos()
174 struct adfs_bigdirheader *h = dir->bighead; in adfs_fplus_getnext()
232 struct adfs_bigdirheader *h = dir->bighead; in adfs_fplus_update()
266 dir->bighead->startmasseq += 1; in adfs_fplus_commit()
273 ret = adfs_fplus_validate_header(dir->bighead); in adfs_fplus_commit()
275 ret = adfs_fplus_validate_tail(dir->bighead, dir->bigtail); in adfs_fplus_commit()
Dadfs.h102 struct adfs_bigdirheader *bighead; member