Searched refs:forward (Results 1 – 6 of 6) sorted by relevance
| /fs/hpfs/ |
| A D | alloc.c | 134 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp() 139 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp() 211 if (forward < 0) { in hpfs_alloc_sector() 212 forward = -forward; in hpfs_alloc_sector() 217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector() 228 if (!f_p) if (forward > sbi->sb_max_fwd_alloc) forward = sbi->sb_max_fwd_alloc; in hpfs_alloc_sector() 235 if (!forward) { in hpfs_alloc_sector() 251 if (forward) { in hpfs_alloc_sector() 252 sbi->sb_max_fwd_alloc = forward * 3 / 4; in hpfs_alloc_sector() 253 forward /= 2; in hpfs_alloc_sector() [all …]
|
| /fs/ |
| A D | mnt_idmapping.c | 222 struct uid_gid_extent *forward, *reverse; in copy_mnt_idmap() local 249 forward = kmemdup_array(map_from->forward, nr_extents, in copy_mnt_idmap() 252 if (!forward) in copy_mnt_idmap() 259 kfree(forward); in copy_mnt_idmap() 268 map_to->forward = forward; in copy_mnt_idmap() 277 kfree(idmap->uid_map.forward); in free_mnt_idmap() 281 kfree(idmap->gid_map.forward); in free_mnt_idmap() 366 extent = &map->forward[idx]; in statmount_mnt_idmap()
|
| /fs/xfs/libxfs/ |
| A D | xfs_da_btree.c | 1319 int forward; in xfs_da3_node_toosmall() local 1352 forward = (info->forw != 0); in xfs_da3_node_toosmall() 1354 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1378 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall() 1379 for (i = 0; i < 2; forward = !forward, i++) { in xfs_da3_node_toosmall() 1381 if (forward) in xfs_da3_node_toosmall() 1420 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall() 2101 int forward, in xfs_da3_path_shift() argument 2134 if (forward && (blk->index < nodehdr.count - 1)) { in xfs_da3_path_shift() 2138 } else if (!forward && (blk->index > 0)) { in xfs_da3_path_shift() [all …]
|
| A D | xfs_dir2_node.c | 1504 int forward; /* sibling block direction */ in xfs_dir2_leafn_toosmall() local 1543 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall() 1545 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1559 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall() 1560 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) { in xfs_dir2_leafn_toosmall() 1563 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall() 1608 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1611 error = xfs_da3_path_shift(state, &state->path, forward, 0, in xfs_dir2_leafn_toosmall()
|
| A D | xfs_attr_leaf.c | 2011 int forward; in xfs_attr3_leaf_toosmall() local 2045 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall() 2047 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 2067 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall() 2068 for (i = 0; i < 2; forward = !forward, i++) { in xfs_attr3_leaf_toosmall() 2070 if (forward) in xfs_attr3_leaf_toosmall() 2105 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 2108 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
|
| A D | xfs_da_btree.h | 193 int forward, int release, int *result);
|
Completed in 25 milliseconds