Searched refs:dotdot_offset (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 56 xfs_dir2_dataptr_t dotdot_offset; in xfs_dir2_sf_getdents() local 79 dotdot_offset = xfs_dir2_db_off_to_dataptr(geo, geo->datablk, in xfs_dir2_sf_getdents() 95 if (ctx->pos <= dotdot_offset) { in xfs_dir2_sf_getdents() 97 ctx->pos = dotdot_offset & 0x7fffffff; in xfs_dir2_sf_getdents()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 56 xfs_dir2_dataptr_t dotdot_offset; in xfs_dir2_sf_getdents() local 79 dotdot_offset = xfs_dir2_db_off_to_dataptr(geo, geo->datablk, in xfs_dir2_sf_getdents() 95 if (ctx->pos <= dotdot_offset) { in xfs_dir2_sf_getdents() 97 ctx->pos = dotdot_offset & 0x7fffffff; in xfs_dir2_sf_getdents()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | inline.c | 1481 int dotdot_offset, dotdot_size, extra_offset, extra_size; in ext4_read_inline_dir() local 1513 * dotdot_offset and dotdot_size is the real offset and in ext4_read_inline_dir() 1519 dotdot_offset = EXT4_DIR_REC_LEN(1); in ext4_read_inline_dir() 1520 dotdot_size = dotdot_offset + EXT4_DIR_REC_LEN(2); in ext4_read_inline_dir() 1534 * ".." is dotdot_offset. in ext4_read_inline_dir() 1537 i = dotdot_offset; in ext4_read_inline_dir() 1539 } else if (i == dotdot_offset) { in ext4_read_inline_dir() 1569 ctx->pos = dotdot_offset; in ext4_read_inline_dir() 1573 if (ctx->pos == dotdot_offset) { in ext4_read_inline_dir()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | inline.c | 1459 int dotdot_offset, dotdot_size, extra_offset, extra_size; in ext4_read_inline_dir() local 1491 * dotdot_offset and dotdot_size is the real offset and in ext4_read_inline_dir() 1497 dotdot_offset = ext4_dir_rec_len(1, NULL); in ext4_read_inline_dir() 1498 dotdot_size = dotdot_offset + ext4_dir_rec_len(2, NULL); in ext4_read_inline_dir() 1512 * ".." is dotdot_offset. in ext4_read_inline_dir() 1515 i = dotdot_offset; in ext4_read_inline_dir() 1517 } else if (i == dotdot_offset) { in ext4_read_inline_dir() 1547 ctx->pos = dotdot_offset; in ext4_read_inline_dir() 1551 if (ctx->pos == dotdot_offset) { in ext4_read_inline_dir()
|
Completed in 6 milliseconds