Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/fs/hpfs/
Dalloc.c115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument
134 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp()
139 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
158 if (n + forward >= 0x3f && le32_to_cpu(bmp[i]) != 0xffffffff) goto cont; in alloc_in_bmp()
167 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument
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()
[all …]
/linux-4.19.296/drivers/isdn/i4l/
DKconfig109 Supported options are CD (call deflection), CFU (Call forward
110 unconditional), CFB (Call forward when busy) and CFNR (call forward
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.c1141 int forward; in xfs_da3_node_toosmall() local
1174 forward = (info->forw != 0); in xfs_da3_node_toosmall()
1176 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall()
1200 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall()
1201 for (i = 0; i < 2; forward = !forward, i++) { in xfs_da3_node_toosmall()
1203 if (forward) in xfs_da3_node_toosmall()
1232 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall()
1235 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall()
1857 int forward, in xfs_da3_path_shift() argument
1890 if (forward && (blk->index < nodehdr.count - 1)) { in xfs_da3_path_shift()
[all …]
Dxfs_dir2_node.c1438 int forward; /* sibling block direction */ in xfs_dir2_leafn_toosmall() local
1477 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall()
1479 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall()
1493 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall()
1494 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) { in xfs_dir2_leafn_toosmall()
1497 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall()
1542 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall()
1545 error = xfs_da3_path_shift(state, &state->path, forward, 0, in xfs_dir2_leafn_toosmall()
Dxfs_da_btree.h166 int forward, int release, int *result);
Dxfs_attr_leaf.c1861 int forward; in xfs_attr3_leaf_toosmall() local
1895 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall()
1897 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall()
1917 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall()
1918 for (i = 0; i < 2; forward = !forward, i++) { in xfs_attr3_leaf_toosmall()
1920 if (forward) in xfs_attr3_leaf_toosmall()
1955 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall()
1958 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
/linux-4.19.296/include/linux/
Duser_namespace.h28 struct uid_gid_extent *forward; member
/linux-4.19.296/include/net/
Dax25.h233 struct net_device *forward; member
/linux-4.19.296/lib/
DKconfig.debug944 worker pool doesn't make forward progress on a pending work