Searched refs:CALC_DENT_SIZE (Results 1 – 6 of 6) sorted by relevance
312 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_create()727 int err, sz_change = CALC_DENT_SIZE(dentry->d_name.len); in ubifs_link()824 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_unlink()932 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_rmdir()1003 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_mkdir()1090 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_mknod()1172 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_symlink()1345 new_sz = CALC_DENT_SIZE(fname_len(&new_nm)); in do_rename()1346 old_sz = CALC_DENT_SIZE(fname_len(&old_nm)); in do_rename()1408 old_sz -= CALC_DENT_SIZE(fname_len(&old_nm)); in do_rename()
139 host_ui->xattr_size += CALC_DENT_SIZE(fname_len(nm)); in create_xattr()165 host_ui->xattr_size -= CALC_DENT_SIZE(fname_len(nm)); in create_xattr()479 host_ui->xattr_size -= CALC_DENT_SIZE(fname_len(nm)); in remove_xattr()493 host_ui->xattr_size += CALC_DENT_SIZE(fname_len(nm)); in remove_xattr()
1157 size += CALC_DENT_SIZE(fname_len(&nm)); in dbg_check_dir()2122 fscki1->calc_xsz += CALC_DENT_SIZE(nlen); in check_leaf()2126 fscki1->calc_sz += CALC_DENT_SIZE(nlen); in check_leaf()
113 #define CALC_DENT_SIZE(name_len) ALIGN(UBIFS_DENT_NODE_SZ + (name_len) + 1, 8) macro
1141 size += CALC_DENT_SIZE(nm.len); in dbg_check_dir()2143 fscki1->calc_xsz += CALC_DENT_SIZE(nlen); in check_leaf()2147 fscki1->calc_sz += CALC_DENT_SIZE(nlen); in check_leaf()
735 #define CALC_DENT_SIZE(name_len) ALIGN(UBIFS_DENT_NODE_SZ + (name_len) + 1, 8) macro