Home
last modified time | relevance | path

Searched refs:move (Results 1 – 8 of 8) sorted by relevance

/fs/nilfs2/
Dbtree.c829 int nchildren, lnchildren, n, move, ncblk; in nilfs_btree_carry_left() local
836 move = 0; in nilfs_btree_carry_left()
842 move = 1; in nilfs_btree_carry_left()
855 if (move) { in nilfs_btree_carry_left()
875 int nchildren, rnchildren, n, move, ncblk; in nilfs_btree_carry_right() local
882 move = 0; in nilfs_btree_carry_right()
888 move = 1; in nilfs_btree_carry_right()
903 if (move) { in nilfs_btree_carry_right()
922 int nchildren, n, move, ncblk; in nilfs_btree_split() local
928 move = 0; in nilfs_btree_split()
[all …]
/fs/ubifs/
Dtnc.c1978 int i, keep, move, appending = 0; in tnc_insert() local
2040 move = c->fanout - keep; in tnc_insert()
2050 move = 0; in tnc_insert()
2053 move = c->fanout - keep; in tnc_insert()
2064 move += 1; in tnc_insert()
2080 zn->child_cnt = move; in tnc_insert()
2083 dbg_tnc("moving %d, keeping %d", move, keep); in tnc_insert()
2086 for (i = 0; i < move; i++) { in tnc_insert()
Ddir.c981 int err, release, sync = 0, move = (new_dir != old_dir); in ubifs_rename() local
1037 if (move) { in ubifs_rename()
1125 if (move) { in ubifs_rename()
Djournal.c942 int move = (old_dir != new_dir); in ubifs_jnl_rename() local
1007 if (!move) in ubifs_jnl_rename()
1082 if (move) in ubifs_jnl_rename()
/fs/fat/
DKconfig22 If you need to move large files on floppies between a DOS and a
/fs/jffs2/
DREADME.Locking51 allocation may trigger garbage-collection, which may need to move a
/fs/btrfs/
Dctree.c329 struct tree_mod_move move; member
569 tm->move.dst_slot = dst_slot; in tree_mod_log_insert_move()
570 tm->move.nr_items = nr_items; in tree_mod_log_insert_move()
1301 o_src = btrfs_node_key_ptr_offset(tm->move.dst_slot); in __tree_mod_log_rewind()
1303 tm->move.nr_items * p_size); in __tree_mod_log_rewind()
/fs/ext4/
Dnamei.c1699 unsigned split, move, size; in do_split() local
1735 move = 0; in do_split()
1741 move++; in do_split()
1751 split = count - move; in do_split()