Searched refs:move (Results 1 – 9 of 9) sorted by relevance
/fs/nilfs2/ |
D | btree.c | 761 int nchildren, lnchildren, n, move, ncblk; in nilfs_btree_carry_left() local 768 move = 0; in nilfs_btree_carry_left() 774 move = 1; in nilfs_btree_carry_left() 787 if (move) { in nilfs_btree_carry_left() 807 int nchildren, rnchildren, n, move, ncblk; in nilfs_btree_carry_right() local 814 move = 0; in nilfs_btree_carry_right() 820 move = 1; in nilfs_btree_carry_right() 835 if (move) { in nilfs_btree_carry_right() 856 int nchildren, n, move, ncblk; in nilfs_btree_split() local 862 move = 0; in nilfs_btree_split() [all …]
|
/fs/ubifs/ |
D | tnc.c | 1978 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()
|
D | dir.c | 986 int err, release, sync = 0, move = (new_dir != old_dir); in ubifs_rename() local 1043 if (move) { in ubifs_rename() 1131 if (move) { in ubifs_rename()
|
D | journal.c | 933 int move = (old_dir != new_dir); in ubifs_jnl_rename() local 1000 if (!move) in ubifs_jnl_rename() 1075 if (move) in ubifs_jnl_rename()
|
/fs/fat/ |
D | Kconfig | 22 If you need to move large files on floppies between a DOS and a
|
/fs/ext3/ |
D | namei.c | 1152 unsigned split, move, size; in do_split() local 1183 move = 0; in do_split() 1189 move++; in do_split() 1192 split = count - move; in do_split()
|
/fs/jffs2/ |
D | README.Locking | 55 allocation may trigger garbage-collection, which may need to move a
|
/fs/btrfs/ |
D | ctree.c | 332 struct tree_mod_move move; member 651 tm->move.dst_slot = dst_slot; in tree_mod_log_insert_move() 652 tm->move.nr_items = nr_items; in tree_mod_log_insert_move() 1206 o_src = btrfs_node_key_ptr_offset(tm->move.dst_slot); in __tree_mod_log_rewind() 1208 tm->move.nr_items * p_size); in __tree_mod_log_rewind()
|
/fs/ext4/ |
D | namei.c | 1682 unsigned split, move, size; in do_split() local 1718 move = 0; in do_split() 1724 move++; in do_split() 1727 split = count - move; in do_split()
|