Searched refs:DENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/fs/exfat/ |
D | dir.c | 237 if (cpos & (DENTRY_SIZE - 1)) { in exfat_iterate() 502 chksum = exfat_calc_chksum16(fep, DENTRY_SIZE, 0, CS_DIR_ENTRY); in exfat_update_dir_chksum() 510 chksum = exfat_calc_chksum16(ep, DENTRY_SIZE, chksum, in exfat_update_dir_chksum() 595 chksum = exfat_calc_chksum16(ep, DENTRY_SIZE, chksum, in exfat_update_dir_chksum_with_entry_set() 795 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached() 869 num_bh = EXFAT_B_TO_BLK_ROUND_UP(off + num_entries * DENTRY_SIZE, sb); in exfat_get_dentry_set()
|
D | exfat_raw.h | 33 #define DENTRY_SIZE 32 /* directory entry size */ macro
|