Searched refs:position (Results 1 – 5 of 5) sorted by relevance
/fs/reiserfs/ |
D | fix_node.c | 1035 position = INT_MAX, in get_far_parent() local 1059 if ((position = in get_far_parent() 1069 if (B_N_CHILD_NUM(parent, position) != in get_far_parent() 1079 if (position != first_last_position) { in get_far_parent() 1132 position - in get_far_parent() 1135 position))); in get_far_parent() 1177 int position, in get_parents() local 1201 position = PATH_OFFSET_POSITION(path, path_offset - 1); in get_parents() 1202 if (position) { in get_parents() 1208 tb->lkey[h] = position - 1; in get_parents() [all …]
|
D | stree.c | 217 int position, path_offset = chk_path->path_length; in get_lkey() local 236 if ((position = in get_lkey() 242 if (B_N_CHILD_NUM(parent, position) != in get_lkey() 250 if (position) in get_lkey() 251 return internal_key(parent, position - 1); in get_lkey() 264 int position, path_offset = chk_path->path_length; in get_rkey() local 282 if ((position = in get_rkey() 291 if (B_N_CHILD_NUM(parent, position) != in get_rkey() 300 if (position != B_NR_ITEMS(parent)) in get_rkey() 301 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 | 2976 loff_t position; member 3215 jfs_dirent->position = le32_to_cpu(d->index); in jfs_readdir() 3223 if ((jfs_dirent->position < 2) || in jfs_readdir() 3224 (jfs_dirent->position >= in jfs_readdir() 3238 jfs_dirent->position = unique_pos++; in jfs_readdir() 3245 jfs_dirent->position++; in jfs_readdir() 3247 jfs_dirent->position = dtpos; in jfs_readdir() 3307 ctx->pos = jfs_dirent->position; in jfs_readdir()
|
/fs/befs/ |
D | ChangeLog | 117 * Rewrote datastream position lookups.
|