Home
last modified time | relevance | path

Searched refs:dotdot_offset (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_dir2_readdir.c88 xfs_dir2_dataptr_t dotdot_offset; in xfs_dir2_sf_getdents() local
122 dotdot_offset = xfs_dir2_db_off_to_dataptr(geo, geo->datablk, in xfs_dir2_sf_getdents()
137 if (ctx->pos <= dotdot_offset) { in xfs_dir2_sf_getdents()
139 ctx->pos = dotdot_offset & 0x7fffffff; in xfs_dir2_sf_getdents()
/fs/ext4/
Dinline.c1451 int dotdot_offset, dotdot_size, extra_offset, extra_size; in ext4_read_inline_dir() local
1489 dotdot_offset = EXT4_DIR_REC_LEN(1); in ext4_read_inline_dir()
1490 dotdot_size = dotdot_offset + EXT4_DIR_REC_LEN(2); in ext4_read_inline_dir()
1507 i = dotdot_offset; in ext4_read_inline_dir()
1509 } else if (i == dotdot_offset) { in ext4_read_inline_dir()
1539 ctx->pos = dotdot_offset; in ext4_read_inline_dir()
1543 if (ctx->pos == dotdot_offset) { in ext4_read_inline_dir()