Searched refs:dir_index (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dbucket.c66 _gdbm_get_bucket (dbf, dir_index)
68 int dir_index;
76 dbf->bucket_dir = dir_index;
77 bucket_adr = dbf->dir [dir_index];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dtree.c3033 u32 dir_index; local
3053 dir_index = (u32) filp->f_pos;
3055 if (dir_index > 1) {
3059 (dir_index >= JFS_IP(ip)->next_index)) {
3065 rc = read_index(ip, dir_index, &dirtab_slot);
3077 dir_index = le32_to_cpu(dirtab_slot.addr2);
3078 if (dir_index == -1) {
3098 if (dir_index == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c10900 int i, cur, max, all_dirs, dir_index, first = 1; local
10911 dir_index = ctx->fs->super->s_feature_compat & EXT2_FEATURE_COMPAT_DIR_INDEX;

Completed in 171 milliseconds