Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 6 of 6) sorted by relevance

/fs/reiserfs/
Ditem_ops.c489 dir_u->entry_count = ih_entry_count(vi->vi_ih) + in direntry_create_vi()
493 for (i = 0; i < dir_u->entry_count; i++) { in direntry_create_vi()
501 size += (dir_u->entry_count * sizeof(short)); in direntry_create_vi()
513 for (k = 0; k < dir_u->entry_count; k++) in direntry_create_vi()
543 for (i = start_skip; i < dir_u->entry_count - end_skip; i++) { in direntry_check_left()
552 if (entries == dir_u->entry_count) { in direntry_check_left()
555 dir_u->entry_count); in direntry_check_left()
572 for (i = dir_u->entry_count - 1; i >= 0; i--) { in direntry_check_right()
580 BUG_ON(entries == dir_u->entry_count); in direntry_check_right()
584 && entries > dir_u->entry_count - 2) in direntry_check_right()
[all …]
Ddo_balan.c840 int entry_count; in balance_leaf() local
844 entry_count = in balance_leaf()
848 if (entry_count - tb->rbytes < in balance_leaf()
855 entry_count in balance_leaf()
860 entry_count); in balance_leaf()
872 entry_count + in balance_leaf()
1269 int entry_count; in balance_leaf() local
1271 entry_count = in balance_leaf()
1274 if (entry_count - sbytes[i] < in balance_leaf()
1277 entry_count) { in balance_leaf()
[all …]
Dinode.c120 int entry_count /*or ih_free_space */ ) in make_le_item_head() argument
134 put_ih_entry_count(ih, entry_count); in make_le_item_head()
Dreiserfs.h2035 __u16 entry_count; member
2629 loff_t offset, int type, int length, int entry_count);
/fs/
Dbinfmt_misc.c63 static int entry_count; variable
509 simple_release_fs(&bm_mnt, &entry_count); in kill_node()
597 err = simple_pin_fs(&bm_fs_type, &bm_mnt, &entry_count); in bm_register_write()
/fs/f2fs/
Dcheckpoint.c283 for (j = 0; j < le32_to_cpu(orphan_blk->entry_count); j++) { in recover_orphan_inodes()
324 orphan_blk->entry_count = cpu_to_le32(nentries); in write_orphan_inodes()
346 orphan_blk->entry_count = cpu_to_le32(nentries); in write_orphan_inodes()