Searched refs:DENTRY_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | dir.c | 245 cpos = round_up(cpos, DENTRY_SIZE); 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() 799 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached() 874 num_bh = EXFAT_B_TO_BLK_ROUND_UP(off + num_entries * DENTRY_SIZE, sb); in exfat_get_dentry_set()
|
H A D | exfat_raw.h | 33 #define DENTRY_SIZE 32 /* directory entry size */ macro
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | dir.c | 249 cpos = round_up(cpos, DENTRY_SIZE); in exfat_iterate() 515 chksum = exfat_calc_chksum16(fep, DENTRY_SIZE, 0, CS_DIR_ENTRY); in exfat_update_dir_chksum() 523 chksum = exfat_calc_chksum16(ep, DENTRY_SIZE, chksum, in exfat_update_dir_chksum() 631 chksum = exfat_calc_chksum16(ep, DENTRY_SIZE, chksum, in exfat_update_dir_chksum_with_entry_set() 829 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached() 891 num_bh = EXFAT_B_TO_BLK_ROUND_UP(off + num_entries * DENTRY_SIZE, sb); in exfat_get_dentry_set()
|
H A D | exfat_raw.h | 34 #define DENTRY_SIZE 32 /* directory entry size */ macro
|
Completed in 5 milliseconds