Home
last modified time | relevance | path

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

/linux-6.12.1/fs/exfat/
Dexfat_raw.h34 #define DENTRY_SIZE 32 /* directory entry size */ macro
Ddir.c249 cpos = round_up(cpos, DENTRY_SIZE); in exfat_iterate()
552 chksum = exfat_calc_chksum16(ep, DENTRY_SIZE, chksum, in exfat_update_dir_chksum()
744 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached()
814 num_bh = EXFAT_B_TO_BLK_ROUND_UP(off + num_entries * DENTRY_SIZE, sb); in __exfat_get_dentry_set()