Searched refs:sbytes (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/proc/ |
| A D | task_nommu.c | 26 unsigned long bytes = 0, sbytes = 0, slack = 0, size; in task_mem() local 44 sbytes += size; in task_mem() 53 sbytes += kobjsize(mm); in task_mem() 58 sbytes += kobjsize(current->fs); in task_mem() 63 sbytes += kobjsize(current->files); in task_mem() 68 sbytes += kobjsize(current->sighand); in task_mem() 78 bytes, slack, sbytes); in task_mem()
|
| /linux/fs/reiserfs/ |
| A D | do_balan.c | 962 ((old_len - tb->sbytes[i]) << shift)); in balance_leaf_new_nodes_insert() 964 put_ih_item_len(ih, tb->sbytes[i]); in balance_leaf_new_nodes_insert() 976 tb->sbytes[i]); in balance_leaf_new_nodes_insert() 988 tb->insert_size[0] -= tb->sbytes[i]; in balance_leaf_new_nodes_insert() 1027 RFALSE(tb->sbytes[i] - 1 >= entry_count, in balance_leaf_new_nodes_paste_dirent() 1029 tb->sbytes[i] - 1, entry_count); in balance_leaf_new_nodes_paste_dirent() 1037 tb->sbytes[i] - 1, tb->S_new[i]); in balance_leaf_new_nodes_paste_dirent() 1050 tb->sbytes[i] - 1, 1, in balance_leaf_new_nodes_paste_dirent() 1059 tb->sbytes[i], tb->S_new[i]); in balance_leaf_new_nodes_paste_dirent() 1106 n_rem = tb->insert_size[0] - tb->sbytes[i]; in balance_leaf_new_nodes_paste_shift() [all …]
|
| A D | prints.c | 695 tb->sbytes[0], tb->snum[1], tb->sbytes[1], in store_print_tb()
|
| A D | fix_node.c | 635 tb->sbytes[0] = *s012++; in set_parameters() 636 tb->sbytes[1] = *s012; in set_parameters()
|
| A D | reiserfs.h | 2514 int sbytes[2]; member
|
Completed in 32 milliseconds