Home
last modified time | relevance | path

Searched refs:shift_mode (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/platform/x86/
H A Dmsi-ec.c69 .shift_mode = {
149 .shift_mode = {
226 .shift_mode = {
304 .shift_mode = {
382 .shift_mode = {
461 .shift_mode = {
539 .shift_mode = {
619 .shift_mode = {
697 .shift_mode = {
774 .shift_mode = {
[all …]
H A Dmsi-ec.h113 struct msi_ec_shift_mode_conf shift_mode; member
/linux/fs/reiserfs/
H A Dlbalance.c629 static void leaf_define_dest_src_infos(int shift_mode, struct tree_balance *tb, in leaf_define_dest_src_infos() argument
639 switch (shift_mode) { in leaf_define_dest_src_infos()
704 "shift type is unknown (%d)", shift_mode); in leaf_define_dest_src_infos()
708 shift_mode, src_bi->bi_bh, dest_bi->bi_bh); in leaf_define_dest_src_infos()
715 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num, in leaf_move_items() argument
722 leaf_define_dest_src_infos(shift_mode, tb, &dest_bi, &src_bi, in leaf_move_items()
H A Dibalance.c27 static void internal_define_dest_src_infos(int shift_mode, in internal_define_dest_src_infos() argument
37 switch (shift_mode) { in internal_define_dest_src_infos()
117 shift_mode); in internal_define_dest_src_infos()
H A Dreiserfs.h3223 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num,