Searched refs:position (Results 1 – 7 of 7) sorted by relevance
/fs/verity/ |
D | verify.c | 29 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/ |
D | fix_node.c | 1033 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 …]
|
D | stree.c | 218 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()
|
D | README | 106 tried to put me in a position where I was forced into giving control
|
/fs/jfs/ |
D | jfs_dtree.c | 2969 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/ |
D | vfs.c | 227 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/ |
D | ChangeLog | 117 * Rewrote datastream position lookups.
|