Searched refs:sbytes (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/proc/ |
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-v4.19/fs/reiserfs/ |
D | do_balan.c | 943 tb->snum[i], tb->sbytes[i], tb->S_new[i]); in balance_leaf_new_nodes_insert() 950 if (tb->item_pos == n - tb->snum[i] + 1 && tb->sbytes[i] != -1) { in balance_leaf_new_nodes_insert() 973 ((old_len - tb->sbytes[i]) << shift)); in balance_leaf_new_nodes_insert() 975 put_ih_item_len(ih, tb->sbytes[i]); in balance_leaf_new_nodes_insert() 980 if ((old_len - tb->sbytes[i]) > tb->zeroes_num) { in balance_leaf_new_nodes_insert() 982 r_body = body + (old_len - tb->sbytes[i]) - in balance_leaf_new_nodes_insert() 987 tb->sbytes[i]); in balance_leaf_new_nodes_insert() 998 put_ih_item_len(ih, old_len - tb->sbytes[i]); in balance_leaf_new_nodes_insert() 999 tb->insert_size[0] -= tb->sbytes[i]; in balance_leaf_new_nodes_insert() 1008 tb->snum[i] - 1, tb->sbytes[i], tb->S_new[i]); in balance_leaf_new_nodes_insert() [all …]
|
D | prints.c | 695 tb->sbytes[0], tb->snum[1], tb->sbytes[1], in store_print_tb()
|
D | fix_node.c | 637 tb->sbytes[0] = *s012++; in set_parameters() 638 tb->sbytes[1] = *s012; in set_parameters()
|
D | reiserfs.h | 2514 int sbytes[2]; member
|
/Linux-v4.19/sound/soc/intel/atom/sst/ |
D | sst.h | 445 struct snd_sst_bytes_v2 *sbytes);
|