Searched refs:DENTRY_SIZE (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/exfat/ |
D | exfat_super.c | 2233 if (cpos & (DENTRY_SIZE - 1)) { in exfat_readdir() 4016 BUILD_BUG_ON(sizeof(struct dentry_t) != DENTRY_SIZE); in init_exfat() 4017 BUILD_BUG_ON(sizeof(struct dos_dentry_t) != DENTRY_SIZE); in init_exfat() 4018 BUILD_BUG_ON(sizeof(struct ext_dentry_t) != DENTRY_SIZE); in init_exfat() 4019 BUILD_BUG_ON(sizeof(struct file_dentry_t) != DENTRY_SIZE); in init_exfat() 4020 BUILD_BUG_ON(sizeof(struct strm_dentry_t) != DENTRY_SIZE); in init_exfat() 4021 BUILD_BUG_ON(sizeof(struct name_dentry_t) != DENTRY_SIZE); in init_exfat() 4022 BUILD_BUG_ON(sizeof(struct bmap_dentry_t) != DENTRY_SIZE); in init_exfat() 4023 BUILD_BUG_ON(sizeof(struct case_dentry_t) != DENTRY_SIZE); in init_exfat() 4024 BUILD_BUG_ON(sizeof(struct volm_dentry_t) != DENTRY_SIZE); in init_exfat()
|
D | exfat_core.c | 1539 chksum = calc_checksum_2byte((void *)file_ep, DENTRY_SIZE, 0, in update_dir_checksum() 1549 chksum = calc_checksum_2byte((void *)ep, DENTRY_SIZE, chksum, in update_dir_checksum() 1568 chksum = calc_checksum_2byte((void *)ep, DENTRY_SIZE, chksum, in update_dir_checksum_with_entry_set() 1808 if (((off + DENTRY_SIZE) & p_bd->sector_size_mask) < in get_entry_set_in_dir() 1829 off += DENTRY_SIZE; in get_entry_set_in_dir() 3430 memcpy((void *)epnew, (void *)epold, DENTRY_SIZE); in exfat_rename_file() 3452 memcpy((void *)epnew, (void *)epold, DENTRY_SIZE); in exfat_rename_file() 3541 memcpy((void *)epnew, (void *)epmov, DENTRY_SIZE); in move_file() 3561 memcpy((void *)epnew, (void *)epmov, DENTRY_SIZE); in move_file()
|
D | exfat.h | 33 #define DENTRY_SIZE 32 /* dir entry size */ macro
|