Home
last modified time | relevance | path

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

/fs/reiserfs/
Dfix_node.c965 position = INT_MAX, in get_far_parent() local
983 if ((position = in get_far_parent()
989 if (B_N_CHILD_NUM(parent, position) != in get_far_parent()
995 if (position != first_last_position) { in get_far_parent()
1042 position - in get_far_parent()
1045 position))); in get_far_parent()
1084 int position, in get_parents() local
1105 position = PATH_OFFSET_POSITION(path, path_offset - 1); in get_parents()
1106 if (position) { in get_parents()
1112 tb->lkey[h] = position - 1; in get_parents()
[all …]
Dstree.c244 int position, path_offset = chk_path->path_length; in get_lkey() local
263 if ((position = in get_lkey()
269 if (B_N_CHILD_NUM(parent, position) != in get_lkey()
274 if (position) in get_lkey()
275 return B_N_PDELIM_KEY(parent, position - 1); in get_lkey()
288 int position, path_offset = chk_path->path_length; in get_rkey() local
306 if ((position = in get_rkey()
312 if (B_N_CHILD_NUM(parent, position) != in get_rkey()
317 if (position != B_NR_ITEMS(parent)) in get_rkey()
318 return B_N_PDELIM_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.c2976 loff_t position; member
3220 jfs_dirent->position = le32_to_cpu(d->index); in jfs_readdir()
3228 if ((jfs_dirent->position < 2) || in jfs_readdir()
3229 (jfs_dirent->position >= in jfs_readdir()
3243 jfs_dirent->position = unique_pos++; in jfs_readdir()
3250 jfs_dirent->position++; in jfs_readdir()
3252 jfs_dirent->position = dtpos; in jfs_readdir()
3313 filp->f_pos = jfs_dirent->position; in jfs_readdir()
/fs/befs/
DChangeLog117 * Rewrote datastream position lookups.