Home
last modified time | relevance | path

Searched refs:position (Results 1 – 7 of 7) sorted by relevance

/fs/verity/
Dverify.c29 pgoff_t position; in hash_at_level() local
32 position = dindex >> (level * params->log_arity); in hash_at_level()
35 *hindex = params->level_start[level] + (position >> params->log_arity); in hash_at_level()
38 *hoffset = (position & ((1 << params->log_arity) - 1)) << in hash_at_level()
/fs/reiserfs/
Dfix_node.c1033 position = INT_MAX, in get_far_parent() local
1057 if ((position = in get_far_parent()
1067 if (B_N_CHILD_NUM(parent, position) != in get_far_parent()
1077 if (position != first_last_position) { in get_far_parent()
1130 position - in get_far_parent()
1133 position))); in get_far_parent()
1175 int position, in get_parents() local
1199 position = PATH_OFFSET_POSITION(path, path_offset - 1); in get_parents()
1200 if (position) { in get_parents()
1206 tb->lkey[h] = position - 1; in get_parents()
[all …]
Dstree.c218 int position, path_offset = chk_path->path_length; in get_lkey() local
237 if ((position = in get_lkey()
243 if (B_N_CHILD_NUM(parent, position) != in get_lkey()
251 if (position) in get_lkey()
252 return internal_key(parent, position - 1); in get_lkey()
265 int position, path_offset = chk_path->path_length; in get_rkey() local
283 if ((position = in get_rkey()
292 if (B_N_CHILD_NUM(parent, position) != in get_rkey()
301 if (position != B_NR_ITEMS(parent)) in get_rkey()
302 return internal_key(parent, position); in get_rkey()
DREADME106 tried to put me in a position where I was forced into giving control
/fs/jfs/
Djfs_dtree.c2969 loff_t position; member
3206 jfs_dirent->position = le32_to_cpu(d->index); in jfs_readdir()
3214 if ((jfs_dirent->position < 2) || in jfs_readdir()
3215 (jfs_dirent->position >= in jfs_readdir()
3229 jfs_dirent->position = unique_pos++; in jfs_readdir()
3236 jfs_dirent->position++; in jfs_readdir()
3238 jfs_dirent->position = dtpos; in jfs_readdir()
3298 ctx->pos = jfs_dirent->position; in jfs_readdir()
/fs/incfs/
Dvfs.c227 char *position; in parse_options() local
242 while ((position = strsep(&str, ",")) != NULL) { in parse_options()
245 if (!*position) in parse_options()
248 token = match_token(position, option_tokens, args); in parse_options()
/fs/befs/
DChangeLog117 * Rewrote datastream position lookups.