Home
last modified time | relevance | path

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

/linux-6.1.9/fs/hfs/
Dmdb.c156 HFS_SB(sb)->file_count = be32_to_cpu(mdb->drFilCnt); in hfs_mdb_get()
279 mdb->drFilCnt = cpu_to_be32(HFS_SB(sb)->file_count); in hfs_mdb_commit()
Dhfs.h267 __be32 drFilCnt; /* number of files in the fs */ member