Home
last modified time | relevance | path

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

/Linux-v5.15/fs/exfat/
Ddir.c240 if (cpos & (DENTRY_SIZE - 1)) { in exfat_iterate()
509 chksum = exfat_calc_chksum16(fep, DENTRY_SIZE, 0, CS_DIR_ENTRY); in exfat_update_dir_chksum()
517 chksum = exfat_calc_chksum16(ep, DENTRY_SIZE, chksum, in exfat_update_dir_chksum()
602 chksum = exfat_calc_chksum16(ep, DENTRY_SIZE, chksum, in exfat_update_dir_chksum_with_entry_set()
802 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached()
876 num_bh = EXFAT_B_TO_BLK_ROUND_UP(off + num_entries * DENTRY_SIZE, sb); in exfat_get_dentry_set()
Dexfat_raw.h33 #define DENTRY_SIZE 32 /* directory entry size */ macro