Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Ddir.c250 cpos = round_up(cpos, DENTRY_SIZE); in exfat_iterate()
516 chksum = exfat_calc_chksum16(fep, DENTRY_SIZE, 0, CS_DIR_ENTRY); in exfat_update_dir_chksum()
524 chksum = exfat_calc_chksum16(ep, DENTRY_SIZE, chksum, in exfat_update_dir_chksum()
632 chksum = exfat_calc_chksum16(ep, DENTRY_SIZE, chksum, in exfat_update_dir_chksum_with_entry_set()
830 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached()
892 num_bh = EXFAT_B_TO_BLK_ROUND_UP(off + num_entries * DENTRY_SIZE, sb); in exfat_get_dentry_set()
H A Dexfat_raw.h34 #define DENTRY_SIZE 32 /* directory entry size */ macro