Home
last modified time | relevance | path

Searched refs:CALC_DENT_SIZE (Results 1 – 4 of 4) sorted by relevance

/fs/ubifs/
Ddir.c317 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_create()
709 int err, sz_change = CALC_DENT_SIZE(dentry->d_name.len); in ubifs_link()
806 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_unlink()
914 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_rmdir()
984 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_mkdir()
1071 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_mknod()
1153 sz_change = CALC_DENT_SIZE(fname_len(&nm)); in ubifs_symlink()
1325 new_sz = CALC_DENT_SIZE(fname_len(&new_nm)); in do_rename()
1326 old_sz = CALC_DENT_SIZE(fname_len(&old_nm)); in do_rename()
1382 old_sz -= CALC_DENT_SIZE(fname_len(&old_nm)); in do_rename()
Dxattr.c139 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()
483 host_ui->xattr_size -= CALC_DENT_SIZE(fname_len(nm)); in remove_xattr()
497 host_ui->xattr_size += CALC_DENT_SIZE(fname_len(nm)); in remove_xattr()
Ddebug.c1132 size += CALC_DENT_SIZE(fname_len(&nm)); in dbg_check_dir()
2097 fscki1->calc_xsz += CALC_DENT_SIZE(nlen); in check_leaf()
2101 fscki1->calc_sz += CALC_DENT_SIZE(nlen); in check_leaf()
Dubifs.h112 #define CALC_DENT_SIZE(name_len) ALIGN(UBIFS_DENT_NODE_SZ + (name_len) + 1, 8) macro