Searched defs:entry_count (Results 1 - 3 of 3) sorted by relevance
/fs/ |
H A D | binfmt_misc.c | 63 static int entry_count; variable 524 simple_release_fs(&bm_mnt, &entry_count); 612 err = simple_pin_fs(&bm_fs_type, &bm_mnt, &entry_count);
|
/fs/reiserfs/ |
H A D | do_balan.c | 722 int entry_count; local 726 entry_count = ih_entry_count(item_head(tbS0, tb->item_pos)); 729 if (entry_count - tb->rbytes < tb->pos_in_item) { 732 RFALSE(tb->rbytes - 1 >= entry_count || !tb->insert_size[0], 734 "rbytes=%d, entry_count=%d", tb->rbytes, entry_count); 744 paste_entry_position = tb->pos_in_item - entry_count + 1029 int entry_count = ih_entry_count(aux_ih); local 1032 if (entry_count - tb->sbytes[i] < tb->pos_in_item && 1033 tb->pos_in_item <= entry_count) { [all...] |
H A D | reiserfs.h | 2373 __u16 entry_count; member in struct:direntry_uarea 3079 loff_t offset, int type, int length, int entry_count);
|
Completed in 75 milliseconds